Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).
用markdown寫東西感覺很贊凰棉,方便簡潔损拢,給人帶來一種想寫東西的快感
基本語法
# 一級標(biāo)題
## 二級標(biāo)題
...
###### 六級標(biāo)題
> 這是一句引用
*斜體*
**粗體**
***斜粗體***
* 列表1
* 列表2
* 列表3
*** //分割線
//上標(biāo),下標(biāo)
num^2^
num~i~
//圖片
![Osterseen Aerial](http://upload-images.jianshu.io/...)
對應(yīng)效果如下
一級標(biāo)題
二級標(biāo)題
六級標(biāo)題
這是一句引用
- 列表1
- 列表2
- 列表3
斜體
粗體
斜粗體
num2
numi