返回首页

[TEST] Complete Markdown Syntax Reference

Chizukuo
blog
[TEST] Complete Markdown Syntax Reference

Complete Markdown Syntax Reference (English Version)


1. Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Alternative syntax:

Heading 1

Heading 2


2. Paragraphs & Line Breaks

This is a paragraph.

This is another paragraph (separated by an empty line).

Line break (end with two spaces)
Next line


3. Emphasis

Bold
Bold

Italic
Italic

Bold + Italic
Bold + Italic

Strikethrough


4. Blockquotes

This is a blockquote

Nested blockquote

Multi-level nested blockquote


5. Lists

Unordered List

  • Item
  • Item
  • Item
    • Sub-item
      • Sub-sub-item

Ordered List

  1. First item
  2. Second item
  3. Third item
    1. Sub-item
    2. Sub-item

Task List (GFM)

  • Incomplete
  • Completed

6. Code

Inline code

This is inline code

Code block

css
Plain code block

Fenced code block with language

python
def hello(): print("Hello Markdown")
c
printf("Hello, World!");

7. Horizontal Rules





OpenAI

OpenAI

OpenAI


9. Images

Inline image

Example ImageExample Image

Image with title

Markdown LogoMarkdown Logo

Reference-style image

LogoLogo


10. Tables (GFM)

Left AlignCenterRight Align
ABC
123

11. Escape Characters

* _ # + - . ! | ` \


12. HTML Support

Bold
Italic

Line break
Superscript
Subscript


13. Footnotes (Some platforms)

This is a footnote example1


https://openai.com
email@example.com


15. Definition Lists (Some extensions)

Term

Definition


16. Collapsible Content (GitHub / Notion)

Click to expand

Hidden content


17. Math Formulas (Platform-dependent)

Inline formula

E=mc2E = mc^2

Block formula

abf(x)dx\int_a^b f(x)\,dx

18. Emoji (Platform-dependent)

😄 🚀 🔥


19. Comments (Invisible)


Jump to heading


21. Extended Syntax Examples

Emoji

😄 ❤️ ⭐

Mermaid Flowchart (Obsidian / GitHub supported)

Loading Diagram...

PlantUML (Some platforms)


Footnote with emoji

This is a footnote2

Footnotes

  1. Footnote content

  2. Footnote content, can include links or emoji 🌟