标题
# 这是 H1
## 这是 H2
### 这是 H3
#### 这是 H4
##### 这是 H5
###### 这是 H6
这是 H1
这是 H2
这是 H3
这是 H4
这是 H5
这是 H6
引用
> 这是一个引用
>
> 这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用.
> > 这是引用内的引用、
这是一个引用
这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用,这是一个很长引用.
这是引用内的引用、
列表
- Red
- Green
- Blue
1. 这是多段落的列表,
这是有代码
这是多段落的列表,
这是多段落的列表
2. 这是一个列表
Red
Green
Blue
-
这是多段落的列表,
这是有代码 这是多段落的列表, 这是多段落的列表
这是一个列表
代码区块
<p>Here is an example of AppleScript:</p>
<pre><code>tell application "Foo"
beep
end tell
</code></pre>
分割线
---
链接
This is [an example](http://example.com/ "Title") inline link.
[This link](http://example.net/) has no title attribute.
This is [an example] [link1] reference-style link.
[link1]: http://example.com/ "Optional Title Here"
This is an example inline link.
This link has no title attribute.
This is [an example] [link1] reference-style link.
自动链接
<http://example.com>
<gaoming13@yeah.net>
<gaoming13@yeah.net>
强调
*this is a em emphasize*
**this is a strong emphasize**
this is a em emphasize
this is a strong emphasize
代码
Use the `printf()` function.
A backtick-delimited string in a code span: `` `foo` ``
Use the printf()
function.
A backtick-delimited string in a code span: `foo`
图片
![Alt text](/data/img/demo.jpg)
![Alt text](/data/img/demo.jpg "Optional title")
![Alt text][pic1]
[pic1]: /data/img/demo.jpg "Optional title attribute"
转义反斜杠
\*literal asterisks\*
*literal asterisks*
表格
| 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 |
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。