【markdown】markdown經常使用語法

標題

用1~6個#app

標題1

標題2

標題3

標題4

標題5
標題6
源碼:
# 標題1     
## 標題2
### 標題3
#### 標題4
##### 標題5
###### 標題6

引用

引用使用google

引用使用用 >

列表

  • 無序列表

    能夠用 * + -3d

  • 有序列表

    用數字加英文點 eg. 1. 2. 3.code

轉義

eg 1985. 123 --> 1985. 123blog

分隔線


源碼:
***

代碼塊

兩個製表位就能夠了圖片

Here is an example of AppleScript:ip

tell application "Foo"
    beep
end tell

連接

GOOGLEget

源碼:行內式
[GOOGLE](http://www.google.com "google")

[GOOGLE][google]
[google]: http://www.google.com源碼

源碼:
> [GOOGLE][google]
[google]: http://www.google.com

See my About page for details.it

源碼:
See my [About](/about/) page for details. 相對路徑

強調

強調

強調

強調

源碼:
強調 <br>
*強調* <br>
**強調** <br>

代碼

123

圖片

img

源碼:行內式
![img](http://img.wdjimg.com/mms/icon/v1/2/97/b93e24e335454362a396df72025b6972_256_256.png)

[img][kiwi]
[kiwi]: http://img.wdjimg.com/mms/icon/v1/2/97/b93e24e335454362a396df72025b6972_256_256.png

源碼:參考式
![img][kiwi]
[kiwi]: http://img.wdjimg.com/mms/icon/v1/2/97/b93e24e335454362a396df72025b6972_256_256.png

自動連接

http://www.google.com

表格

Header One Header Two
Item One Item Two
相關文章
相關標籤/搜索