Markdown Formatting Test
This post checks common Markdown formatting. Use it as a visual reference for how the theme renders content.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
This is bold, this is italic, and this is bold italic.
This is strikethrough text.
This is inline code.
Links and images
Here is a link to Bear Blog.
Here is an image:

Lists
Unordered:
- Apples
- Bananas
- Cavendish
- Plantain
- Cherries
Ordered:
- First
- Second
- Third
- Nested one
- Nested two
Task list:
- Write the post
- Review on desktop
- Review on mobile
Blockquote
This is a blockquote.
It can span multiple paragraphs and include formatting.
Code blocks
Fenced code without a language:
plain text block
line two
Fenced code with highlighting:
1def greet(name: str) -> str:
2 return f"Hello, {name}!"
3
4print(greet("world"))
Tables
| Feature | Supported | Notes |
|---|---|---|
| Headings | Yes | h1–h6 |
| Emphasis | Yes | bold, italic, etc. |
| Tables | Yes | pipe tables |
| Code blocks | Yes | Goldmark + Chroma |
Alignment:
| Left | Center | Right |
|---|---|---|
| L | C | R |
| aa | bb | cc |
Horizontal rule
Above the rule.
Below the rule.
Footnotes
Here is a sentence with a footnote.1
Definition list
- Term
- Definition of the term.
- Another term
- Another definition spanning a bit more text for wrapping.
HTML (raw)
Click to expand
Hidden content inside a details element.
Ctrl + C · highlighted · sub · sup
This is the footnote content. ↩︎