基本语法
标题
# Heading level 1
## Heading level 2
### Heading level 3
#### Heading level 4
##### Heading level 5
###### Heading level 6
Heading level 1
Heading level 2
Heading level 3
Heading level 4
Heading level 5
Heading level 6
段落
I really like using Markdown.
I think I'll use it to format all of my documents from now on.
I really like using Markdown.
I think I'll use it to format all of my documents from now on.
字体
*Raycho* 斜体
**I love you** 粗体
***MX*** 斜体+粗体
~~Fotget~~
Raycho
I love you
MX
Fotget
引用
>我讨厌你
>>我嫉妒你
>>>我还是喜欢你
我讨厌你
我嫉妒你
我还是喜欢你
分隔线
For compatibility, add blank lines before and after the dividers.
---
Just like this passage.
For compatibility, add blank lines before and after the dividers.
Just like this passage.
图片
![avatar](/image/avatar.png "avatar")
链接
[Markdown语法](https://markdown.com.cn "最好的markdown教程")
列表
有序列表
1. First item
1. Second item
1. Third item
1. Fourth item
- First item
- Second item
- Third item
- Fourth item
无序列表
- First item
- Second item
- Third item
- Fourth item
- First item
- Second item
- Third item
- Fourth item
代码
行内代码
At the command prompt, type `nano`.
At the command prompt, type nano
.
代码块
```json
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
表格
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
转译
\\
\`
\*
\+
\-
\_
\.
\#
\!
\|
\< \>
\{ \}
\[ \]
\( \)
\
`
*
+
-
_
.
#
!
|
< >
{ }
[ ]
( )