
My First Post
This post explores different types of text in Markdown and images.
This is a large heading
This is a medium heading
This is a small heading
Here’s some bold text
And some italicized text
This is a blockquote
Here is some python code:
greeting = 'Hello world!'
print(greeting)
- Make my first blog post on GitHub Pages.