Back to all posts
introduction hello world

Hi there!

October 23, 2024

Hi! Thanks for checking out my blog! I probably won’t be posting much here, this is just for stuff I feel like I want to share with the world! Here's a list of markdown features I built in and supported for this blog:

Quotes:

Some wise quote

Code Blocks:

python
def hello_world(): print("Hello, world!") x = 5 x += 1 print(x) hello_world()

Inline Code: print("Hello, world!")

Links: My GitHub

Tables:

FeatureDescription
MarkdownSupports basic formatting
Code BlocksSyntax highlighting for code
LinksHyperlinks to external resources
ImagesInline images with markdown syntax

Images: Sample Image

Back to all posts
Published on October 23, 2024