markdown語法簡要規(guī)則
標(biāo)題
h1 標(biāo)題
h2 標(biāo)題
h3 標(biāo)題
h4 標(biāo)題
h5 標(biāo)題
h6 標(biāo)題
無序列表 (+ - *)
*1
*2
*3
有序列表
1.1
2.2
3.3
或
- 1
- 2
分割線
文本樣式
This is bold text 粗體
This is italic text 斜體
Strikethrough 刪除線
引用
一級引用
二級引用
三級引用
四級引用
另一個引用 (注意: 跟上面的引用之間必須空一行)
圖片與鏈接
圖片為:![](){ImgCap}{/ImgCap}
鏈接為:[]()
代碼
單行代碼 echo "hello world! "
代碼塊
Sample text here...
代碼高亮顯示 Syntax highlighting
var foo = function (bar) {
return bar++;
};
console.log(foo(5));
echo "hello world!"
表格 (沒有正確顯示,不知道為啥)
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |