Hi! Thanks for checking out my blog! This entire website and portfolio was completely built by me, there were no templates involved. However, I did use shadcn/ui and a few other components from pre-built UIs. 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: