An [example][id]. Then, anywhere else in the doc, define the link:
[id]: http://example.com/ "Title"
图片
Inline (titles are optional):
1
![alt text](/path/img.jpg "Title")
Reference-style:
123
![alt text][id]
[id]: /url/to/img.jpg "Title"
标题
Setext-style:
12345
Header 1
========
Header 2
--------
atx-style (closing #’s are optional):
12345
# Header 1 #
## Header 2 ##
#### Header 6
列表
123456789101112131415161718
* Ordered, without paragraphs:
1. Foo
2. Bar
* Unordered, with paragraphs:
* A list item.
With multiple paragraphs.
* Bar
* You can nest them:
* Abacus
* answer
* Bubbles
1. bunk
2. bupkis
* BELITTLER
3. burper
* Cunning
在列表下的Code Spans需要添加额外数目的tab哦!并且不能以$开头,前面最好加上个空格!
Blockquotes
123456789
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Code Spans
<code> spans are delimited by backticks.
1
You can include literal backticks like `this` .
Preformatted Code Blocks Indent every line of a code block by at least 4 spaces or 1 tab.