Markdown Showcase
Heading 1
This post demonstrates common Markdown elements so you can see how they render with the theme. It mixes text styles like bold, italic, and inline code, plus links for good measure. You can also combine emphasis like bold italic and strikethrough to check styles.
Blockquotes are great for highlighting quotes or callouts.
Nested quotes show depth.
Headings
Heading 3
Heading 4
Heading 5
Heading 6
Lists
- Bullet list item one
- Bullet list item two with a nested list:
- Nested item A
- Nested item B
- Bullet list item three
- Ordered item one
- Ordered item two
- Ordered item three
- Completed task
- Pending task
- Another task with
inline code
Code Blocks
# Terminal snippet
hugo version
hugo server -D
# Config snippet
[params]
color = "forest"
// JavaScript snippet
const greeting = name => `Hello, ${name}!`;
console.log(greeting("world"));
- console.log("old output");
+ console.log("new output");
Tables
| Feature | Description | Notes |
|---|---|---|
| Typography | Headings, body text, links | Check spacing |
| Lists | Bulleted, numbered, tasks | Supports nests |
| Code blocks | Syntax highlighting styles | Fenced code |
| Tables | Alignment & borders | Left-aligned |
Media

Inline Elements
Text with inline code, superscript^1^, and a footnote reference.1 Use highlight, Ctrl + C for keyboard hints, and emojis like :sparkles:.
Term definitions use definition lists:
- Term A
- Definition for term A
- Term B
- Definition for term B
Horizontal Rules
Above and below are --- horizontal rules to check spacing.
Small Print
Use this post to check spacing, margins, line heights, and link colors across all the core Markdown primitives.
Footnotes render at the bottom of the page. ↩︎