tl;dr:
A comprehensive demonstration of how standard Markdown elements render in this theme.
This post demonstrates how standard Markdown typography renders in the First Folio theme. Use it as a reference when writing content.
Headings
Headings from H2 to H6 are available. H1 is reserved for the page title.
Third Level
Fourth Level
Fifth Level
Sixth Level
Text Formatting
Regular paragraph text. Bold text for emphasis. Italic text for subtlety. Strikethrough for corrections. Inline code for technical terms.
Blockquotes are useful for highlighting important passages or attributing quotes to their sources.
Lists
Unordered
- First item
- Second item
- Nested item
- Another nested item
- Third item
Ordered
- First step
- Second step
- Third step
Code Blocks
def greet(name: str) -> str:
"""Return a greeting for the given name."""
return f"Hello, {name}!"#!/usr/bin/env bash
set -euo pipefail
echo "Hello from the shell"Tables
| Feature | Supported | Notes |
|---|---|---|
| Masonry grid | Yes | CSS Grid + JavaScript hybrid |
| Galleries | Yes | With lightbox and EXIF |
| Dark mode | Yes | Auto, toggle, or fixed |
| Sidebars | Yes | Four configuration modes |
Horizontal Rules
Content above the rule.
Content below the rule.
Links and Images
External link to the Hugo project.
Footnotes are also supported1.
This is a footnote demonstrating the theme’s footnote styling. ↩︎
