Markdown Style Showcase
October 2025 · notes
Welcome to a quick visual test of how Markdown renders on this site.
This post includes examples of headings, code, lists, tables, and more.
Sometime you might want to leave a small footnote.1
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Headings help structure your thoughts.
Emphasis
This is italic text.
This is bold text.
You can even combine them for bold italics.
Here’s inline code.
Lists
Unordered list
- Curiosity
- Craft
- Clarity
- Simplicity
- Depth
Ordered list
- Read
- Think
- Build
- Reflect
Blockquote
“Good systems reveal what they value.”
– Some thoughtful engineer
Blockquotes are perfect for highlighting quotes or insights.
Code Blocks
Python
def greet(name):
print(f"Hello, {name}!")
greet("Yashasvi")
Bash
echo "Exploring how language and code intertwine"
JSON
{
"model": "granite-3b",
"task": "fine-tuning",
"result": "success"
}
Table
| Concept | Description | Example |
|---|---|---|
| Curiosity | Following questions deeply | Reading papers |
| Craft | Care in how you build | Clean code |
| Reflection | Thinking about what you learned | Writing notes |
Links
Here’s a link to GitHub Pages
and another to your homepage.
-
Everything else, like beauty, comes from how you present it. ↩