✨ Markdown Showcase
✨ Markdown Showcase
Welcome to the ultimate test page.
If your Markdown engine handles everything here, you’re in great shape.
Headings
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
Text Styling
This line includes bold, italic, bold italic, strikethrough,
and inline code.
Blockquote
“This is a nested quote.”
“It supports multiple levels.”
Lists
Unordered
- One
- Two
- Sub-item
- Sub-sub-item
- Three
Ordered
- Alpha
- Bravo
- Charlie
Images
Tables
| Syntax | Description | Works? |
|---|---|---|
Header | Title | ✅ |
Paragraph | Text | ✅ |
Code Blocks
# Terminal Example
git init
git add .
git commit -m "Initial commit"
// JS Example
const greet = name ≥ console.log(`Hello, ${name}`);
greet("World");
Links and Footnotes
Read more on the About page or return to the Home Page.
Footnotes are supported too1.
Emoji Tests
✅ 👍 🧠 ⚡ 🐍 💻 🔥
Horizontal Rule
Inline HTML Test
HTML works! This is inline HTML inside Markdown.
Back to Home • About • Projects
Footnotes
-
This is a sample footnote. ↩