Joe Gilmore

1 min read

Sample Blog File

This is a very simple and basic markdown file used as an example only for the purposes of explaining these articles!

Sample Blog File

Heading 1

Heading 2

Heading 3

A simple paragraph goes here... and you basically just keep wiring content for your blog... You can bold text and italicize text and everything else you can think of with markdown!

You can write inline code using to single backtick ` const variable = '123'

You can even write code using the 3x backticks ``` syntax:

Add <p className="note"> to create this little note section, styled independently by the blogContent.tsx file.

const { name, content } = myObj;
function doSomething(){
    return [ name, content ]
} 

Also, Here's an image:

Alt text for Image