1.标题
# 一级标题
## 二级标题
剩下以此类推
2.代码块
```创建代码块 (不会被识别)
3.列表
分成两类
一.无序列表
* 红色
* 绿色
* 蓝色
二. 有序列表
1. 红色
2. 绿色
3. 蓝色
无序列表
- 红色
- 绿色
- 蓝色
有序列表
- 红色
- 绿色
- 蓝色
4.表格
源代码如下(我感觉还是自动生成)
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Left-Aligned | Center Aligned | Right Aligned |
---|---|---|
col 3 is | some wordy text | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
5.链接
语法
[链接名](url)
比如
[百度一下](https://www.baidu.com/)
](https://www.baidu.com/)
[百度一下](https://www.baidu.com/)