# h1
## h2
# 二、文本框 ## 1.TAB文本框 testtest
[TAB]testtest
test0
```
test0
```
`test1`
`test1`
# 三、文字处理 ## 1.引用 > test > test
> test
粗体
粗体
**粗体**
__粗体__
斜体
斜体
*斜体*
_斜体_
test
tets
test[空格][空格]
- test
- test
- test
- test
- test
* test
* test
* test
* test
* test \\+ 和 - 也可以
- test
- test
- test
1. test
2. test
3. test
\
- 复选框测试
- 复选框选中
- 复选框测试
---
# 四、链接图片 ## 1.链接 ### a.内联 [显示的文字](http://example.com/ "提示的文字") ``` [显示的文字](http://example.com/ "提示的文字") ```
[显示的文字][变量1] [变量1]: http://google.com/ "提示的文字"
[显示的文字][变量1]
[变量1]: http://google.com/ "提示的文字"

![显示的文字][变量2] [变量2]: https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top_ca79a146.png "提示的文字"
[显示的文字][变量2]
[变量2]: https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top_ca79a146.png "提示的文字"
![a] [a]: https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top_ca79a146.png "第一优先级"
[![变量3]](指向链接 "第二优先级")
[变量3]: 图片链接 "第一优先级"
行标题 | 行标题 | 行标题 | 行标题 |
---|---|---|---|
1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |
|行标题|行标题|行标题|行标题|
|---|:---|:---:|---:|
|1|2|3|4|
|5|6|7|8|