标题

# 这是一级标题
## 这是二级标题
### 这是三级标题
#### 这是四级标题
##### 这是五级标题
###### 这是六级标题

字体样式

*倾斜的文字*
**加粗的文字**
***斜体加粗的文字***
~~加删除线的文字~~

引用

> 这是引用的内容
>
> 这是引用的内容

换行则使用单个 >

分割线

---
----
***
*****

三个或者三个以上的 - 或者 * 都可以

图片

![](url)
![图片alt](图片url "图片title")

指定图片大小,使用 html:

<div align="center">
    <img src="1.png" style="max-height:180px"></img>
</div>

超链接图片:

<div align="center">
    <a href="1.jpg" target="_blank">
        <img src="1.jpg" style="max-height:980px"></img>
    </a>
</div>

超链接

[name](url)
[超链接名](超链接url "超链接title")

列表

- 无序列表
+ 无序列表
* 无序列表
1. 有序列表
2. 有序列表
3. 有序列表
- 多级列表
  - 二级无序列表内容
  - 二级无序列表内容
  - 二级无序列表内容

表格

|align left|align center|align right|
|:---------|:----------:|----------:|
|content   |content     |content    |
|content   |content     |content    |

代码

​```bash
  代码...
  代码...
  代码...
​```

左右分隔代码块

这是左边:

/* This is the foobar value */
#define FOOBAR 42

这是右边:

/* This is the foobar value */
#define FOOBAR 42

任务列表

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

定义列表

term
: definition

空格

普通空格 &nbsp;:| |

半角空格 &ensp;:| |

全角空格 &emsp;:| |