参考
标题
# h1
### h3
标题 1
========
标题 2
--------
强调
*italic*
_italic_
**bold**
__bold__
`code`
链接
[link](http://google.com)
[link][google]
[google]: http://google.com
<http://google.com>
图片
![Image alt text](/path/to/img.jpg)
![Image alt text](/path/to/img.jpg "title")
![Image alt text][img]
[img]: http://foo.com/img.jpg
代码
4 个空格
生成一个代码块
```
code fences
```
```js
codeFences.withLanguage()
```
引用
> This is
> a blockquote
>
> > Nested
> > Blockquote
水平线
----
****