Skip to content
目录

Markdown

Markdown Official Tutorial

More specifically basic grammarextended syntax

Cheat Sheet

Basic Grammar

ElementMarkdown Grammar
Heading# H1 ## H2 ### H3
Blod**blod text**
Italic*italicized text*
Blockquote> blockquote
Ordered List1. First item
Unordered List- First item
Codecode
Horizontal Rule---
Link[title](https://www.example.com)
Image![alt text](image.jpg)

Extended Syntax

ElementMarkdown Grammar
Table`
Fenced Code Block``` {"name": "John"} ```
FootnoteHere's a sentence with a footnote. [^1] [^1]: This is the footnote.
Heading ID### My Great Heading {#custom-id}
Definition Listterm : definition
Strikethrough~~The world is flat.~~
Task List- [x] Write the press release