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:
pythondef hello_world(): print("Hello, world!") x = 5 x += 1 print(x) hello_world()
Inline Code:
print("Hello, world!")
Links: My GitHub
Tables:
Feature | Description |
---|---|
Markdown | Supports basic formatting |
Code Blocks | Syntax highlighting for code |
Links | Hyperlinks to external resources |
Images | Inline images with markdown syntax |
Images:
Back to all posts
Published on October 23, 2024