标题
用1~6个#
标题1
标题2
标题3
标题4
标题5
标题6
源码:
# 标题1
## 标题2
### 标题3
#### 标题4
##### 标题5
###### 标题6
引用
引用使用
引用使用用 >
列表
-
无序列表
可以用 * + -
-
有序列表
用数字加英文点 eg. 1. 2. 3.
转义
eg 1985. 123 --> 1985. 123
分隔线
源码:
***
代码块
两个制表位就可以了
Here is an example of AppleScript:
tell application "Foo"
beep
end tell
链接
源码:行内式
[GOOGLE](http://www.google.com "google")
[GOOGLE][google]
[google]: http://www.google.com
源码:
> [GOOGLE][google]
[google]: http://www.google.com
See my About page for details.
源码:
See my [About](/about/) page for details. 相对路径
强调
强调
强调
强调
源码:
强调 <br>
*强调* <br>
**强调** <br>
代码
123
图片
源码:行内式
![img](http://img.wdjimg.com/mms/icon/v1/2/97/b93e24e335454362a396df72025b6972_256_256.png)
![img][kiwi]
[kiwi]: http://img.wdjimg.com/mms/icon/v1/2/97/b93e24e335454362a396df72025b6972_256_256.png
源码:参考式
![img][kiwi]
[kiwi]: http://img.wdjimg.com/mms/icon/v1/2/97/b93e24e335454362a396df72025b6972_256_256.png
自动链接
表格
Header One | Header Two |
---|---|
Item One | Item Two |