用1~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][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
http://www.google.com
Header One | Header Two |
---|---|
Item One | Item Two |