Heading level 1
Heading level 1
Heading level 1
Section titled “Heading level 1”通常建议全篇文档只有一个一级标题,即只有一个<h1>标签。
Heading level 2
Section titled “Heading level 2”Heading level 2
Heading level 2
Section titled “Heading level 2”Heading level 3
Section titled “Heading level 3”Heading level 3
Heading level 4
Section titled “Heading level 4”Heading level 4
Heading level 5
Section titled “Heading level 5”Heading level 5
Heading level 6
Section titled “Heading level 6”Heading level 6
Paragraphs
Section titled “Paragraphs”-
两次回车。
This is the first paragraph.
And this is the second paragraph.
-
<p>标签。I really like using Markdown.
I think I'll use it to format all of my documents from now on.
Line Break
Section titled “Line Break”换行
-
两个空格加回车(容易看不见)。
This is the first line.
And this is the second line. -
<br>标签(最建议的方案)。This is the first line.
And this is the second line. -
\加回车。This is the first line.
And this is the second line.
Emphasis
Section titled “Emphasis”-
BoldText.(建议)
-
I just love bold text.
不建议多方式混用。
-
StrongText.
Italic
Section titled “Italic”-
ItalicText.(建议)
-
I just love italic text.
不建议多方式混用。
-
EmphasizedText.
Bold and Italic
Section titled “Bold and Italic”-
Bold and ItalicText.(建议)
-
I just love bold and italic text.
不建议多方式混用。
-
Strong and EmphasizedText.
BlockQuotes
Section titled “BlockQuotes”-
This is a blockquote.
This is the first line of the blockquote.
-
This is a blockquote.
-
multiple paragraphs.
This is the first line of the blockquote.
This is the second line of the blockquote.
This is the first line of the blockquote.
- This is the second line of the blockquote.
This is the first line of the blockquote.
This is the second line of the blockquote.
Unordered Lists
Section titled “Unordered Lists”-
This is an unordered list.
- Item 1
- Item 2
- Item 3
-
- Item 1
- Item 2
- Item 3
Ordered Lists
Section titled “Ordered Lists”-
This is an ordered list.
- Item 1
- Item 2
- Item 3
-
- Item 1
- Item 2
- Item 3
Nested Lists
Section titled “Nested Lists”-
This is a nested list.
-
Item 1
I need to add another paragraph below the second list item.
-
Subitem 1
This is a blockquote.
-
Subitem 2:
<script>alert('Hello, world!');</script>
-
-
Item 2
-
Subitem 1

-
Subitem 2
-
-
Code Blocks
Section titled “Code Blocks”- This is a code block.
<p>This is a paragraph.</p>缩进式(indented)和围栏式(fenced)代码块不建议混用
Horizontal Rules
Section titled “Horizontal Rules”带标题的
网址和email地址
带格式的
I love supporting the EFF.
This is the Markdown Guide.
See the section on code.
[引用类型链接实例][1]
[hobbit-hole] [2]
[技术文档的编写] [3]
images
Section titled “images”
| Character | Name |
|---|---|
| \ | ackslash |
| ` | backtick (see also escaping backticks in code) |
| * | asterisk |
| _ | underscore |
| { } | curly braces |
| [ ] | brackets |
| ( ) | parentheses |
| # | pound sign |
| + | plus sign |
| - | minus sign (hyphen) |
| . | dot |
| ! | exclamation mark |
| | | pipe (see also escaping pipe in tables) |
[1] https://markdown.com.cn/basic-syntax/links.html
[2] 第二个
[3] https://www.example.com “技术文档的编写”
