December 26, 2025
Hello World 👋

My First Header

Hello Guys 👋 this is my FIRST EVER blog post! I will be mainly using this to track & showcase my progress. However in this post i will go over the basics of Markdown Syntax

For example this is a "blockquote":

This is called a blockquote, how cool!?

Showcasing My Code

If you thought the blockquote was cool, check out this code block:

function deleteVehicle(vehicle)
    if not DoesEntityExist(vehicle) then
        return false
    end

    DeleteEntity(vehicle)
    return true
end

mhhhmmmmm, this is handy!

📂 C:\Users\joshc\AppData\Local\FiveM\FiveM.app

Showcasing My Lists

This is an example of an unordered list:

  • This is the unordered list
  • I like this list because its so simple and easy to use!

This is an example of an ordered list:

  1. this is step one
  2. this is the next step after step one
  3. this is the last step