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
endmhhhmmmmm, this is handy!
📂 C:\Users\joshc\AppData\Local\FiveM\FiveM.appShowcasing 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:
- this is step one
- this is the next step after step one
- this is the last step