| Syntax | Description || ----------- | ----------- || Header | Title || Paragraph | Text |
Syntax
Description
Header
Title
Paragraph
Text
注脚 (Footnotes)
Here's a simple footnote[^1], and here's a longer one[^bignote].[^1]: This is the first footnote.[^bignote]: Here's one with multiple paragraphs and code. Indent paragraphs to include them in the footnote.`{ my code }` Add as many paragraphs as you like.
Here's a simple , and here's a longer one.
在预览界面, 注脚内容会被转移到文档末尾; 如果注脚内容没有被任何地方引用, 则会被隐藏;
Here's one with multiple paragraphs and code.
Indent paragraphs to include them in the footnote.
{ my code }
Add as many paragraphs as you like.
下标 (Subscript)
H~2~O
等价 HTML 语法
H<sub>2</sub>O
H2O
上标 (Superscript)
GitHub 暂不支持
X^2^
等价 HTML 语法
X<sup>2</sup>
X2
任务列表 (Task Lists)
- [x] Write the press release- [ ] Update the website- [ ] Contact the media
高亮 (Highlight)
I need to highlight these ==very important words==.
等价 HTML 语法
I need to highlight these <mark>very important words</mark>.