圖片
logo
字體
字體會變重,并且會有一個超連接
傾斜是吧
換行
兩個空格+一個return
不會換行
對吧會換行
是吧
使用多行代碼,保持原樣
* a
* b
標(biāo)題頭
Header
========
header
--------
or
# H1
## H2
### H3
#### H4
##### h5
###### h6
郵箱或者超鏈接
郵箱http://www.baidu.com
郵箱
[郵箱](http://www.baidu.com)
頁面內(nèi)部超鏈接
Make [inner][innerlink]
列表
- outter2
- outter2
-
-inner_s- inner_s_1
- inner_s_1_1
- inner_s_1_2
- inner_s_2
- inner_s_1
引用說明
紅豆生南國,> 紅豆相思
春來發(fā)幾枝。
愿君多采擷,愿君勿死
此物最相思。
如果文本內(nèi)容需要顯示最多``個,則外圍需要包圍加倍
沒有
`一個`
``兩個``
包圍塊至少四個空格或者一個tab
我是代碼塊
你呢
我不知道
我也是代碼塊
你知道不
表格
| header1 | header2 |
|---|---|
| centent | content |
| content | content |
進(jìn)行居中
| left | header | header3 |
|---|---|---|
| centent | content | name |
| content | content | ang |
語言代碼高亮
public void main(String[] args){
}
文本格式
The following is a list of optional inline markups supported:
| Option name | Markup | Result if enabled |
|---|---|---|
| Intra-word emphasis | So A*maz*ing | So A<em>maz</em>ing |
| Strikethrough | ~~Much wow~~ | <del>Much wow</del> |
| Underline [^under] | _So doge_ | <u>So doge</u> |
| Quote [^quote] | "Such editor" | <q>Such editor</q> |
| Highlight | ==So good== | <mark>So good</mark> |
| Superscript | hoge^(fuga) | hogefuga |
| Autolink | http://t.co | http://t.co |
| Footnotes | [^4] and [^4]: | [^4] and footnote 4 |