大纲
MarkDown语法
表格
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
————————————————
| Tables | Are | Cool | | ————- |:————-:| —–:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | ————————————————
下划线分隔符( 三个*)
***
有序列表 (1.空格 XX)
1. a
1. b
1. c
1. d
- a
- b
- c
- d
无序列表(* 星开头)
* a
* b
* c
* d
- a
- b
- c
- d
head标题
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
<title>HTML自定义标题</title>
代码框_(```开头和结尾)
hello world!
文字超链接
[]() 【Ctrl + i】 // 链接
[百度](www.baidu.com)
文字标红
<p style="color: red;">文字标红B</p>
文字标红A
文字标红B
图片超链接
图片链接md语法
![]() 【Ctrl + g】 // 图片
图片链接html语法
<img src="/public/zimage/system/android/10_anr/1.png" />