Now is the time for all good men to come to the aid of their country.This is just a regular paragraph.
The quick brown fox jumped over the lazy dog's back.
#header1
##header2
###header3
####header4
#####header5
######header6
> This is a blockquote.
>
> This is the second paragraph in the blockquote.
>
> ## This is an H2 in a blockquote
This is a blockquote.
This is the second paragraph in the blockquote.
This is an H2 in a blockquote
*xx*,_xx_: 斜体
**xx**,__xx__:加粗
some of those words *are emphasized*.
Some of those words _are emphasized also_.
Use two asterisks for **string emphasiezd**.
Or, if you prefer, __use two underscores instead__.
some of those words are emphasized.
Some of those words are emphasized also.
Use two asterisks for string emphasiezd.
Or, if you prefer, use two underscores instead.
1.无序列表
星号:
* Candy.
* Gum.
* Booze.
加号:
+ Candy.
+ Gum.
+ Booze.
减号:
- Candy.
- Gum.
- Booze.
2.有序列表
数字:
1. Candy.
2. Gum.
3. Booze.
* A list item.
With multiple paragraphs.
* Another list item.
hahahaha.
A list item.
With multiple paragraphs.
Another list item.
hahahaha.
行内链接
[text](URL "Title")
This is an example link.
This is an example link.
参考链接
I got 10 times more traffic from [Google][1] than from [Yahoo][2] or [MSN][3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://msn.search.com/ "MSN Search"
I got 10 times more traffic from Google than from Yahoo or MSN.
行内形式

[](URL "url title")
ps:{:target="_blank"}兼容性一般,多数第三方平台不支持跳转
参考形式
![alt text][id]
[id]: /path/to/img.jpg "Title"
输出html
<img src="path/to/img.jpg" alt="alt text" title="Title" />
Ex:
普通段落,使用反引号``标记代码区段。
I strongly recommend against using any `<blink>` tags.
I strongly recommend against using any <blink>
tags.
I wish SmartyPants used named entities like `&mdash` instead of deciml-encoded entities like `—`.
I wish SmartyPants used named entities like &mdash
instead of deciml-encoded entities like —
.
已经格式好的代码区段,只要每行都缩进4个空格或1个tab即可。(不需要反引号``)
If you want your page to avlidate under XHTML 1.0 Strict, you've got to put paragraph tags in your blockquotes:
<blockquote>
<p>For example</p>
</blockquote>