Richard Ho

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.

Here is a link to Bear Blog.

Here is an image:

Site share image

Lists

Unordered:

Ordered:

  1. First
  2. Second
  3. Third
    1. Nested one
    2. Nested two

Task list:

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

FeatureSupportedNotes
HeadingsYesh1–h6
EmphasisYesbold, italic, etc.
TablesYespipe tables
Code blocksYesGoldmark + Chroma

Alignment:

LeftCenterRight
LCR
aabbcc

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


  1. This is the footnote content. ↩︎

#Markdown #Test