✨ 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

  1. Alpha
  2. Bravo
  3. Charlie

Images

Test Image

Tables

SyntaxDescriptionWorks?
HeaderTitle
ParagraphText

Code Blocks

# Terminal Example
git init
git add .
git commit -m "Initial commit"

// JS Example
const greet = name ≥ console.log(`Hello, ${name}`);
greet("World");

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 HomeAboutProjects

Footnotes

  1. This is a sample footnote.

Built with LogoFlowershow