使用推薦
mac下建議使用Mou
windows 下建議使用MarkdownPad
標(biāo)題
根據(jù)使用的 # 的多少來改變字體的大小相當(dāng)于html中的h標(biāo)簽
列表
使用* 就可以獲得列表
引用
使用 > 右箭頭就可以獲取引用例如
this is a 引用
圖片與鏈接
圖片為 !{ImgCap}{/ImgCap}
區(qū)別在于一個(gè)加了!另一個(gè)沒有加
注意加入圖片需要圖床,這里推薦圍脖圖床修復(fù)計(jì)劃 與 CloudApp 的服務(wù)讼渊,生成URL地址即可鹅搪。
比如以下(注意符號使用英文下的)
粗體和斜體的使用
粗體的使用只需要使用 **粗體 ** 即可
斜體使用 * 斜體 * 即可
表格
表格的格式比較的麻煩,不過記住有這個(gè)粘貼復(fù)制即可
代碼例子如下余寥,拿來主義
| Tables? ? ? ? | Are? ? ? ? ? | Cool? |
| ------------- |:-------------:| -----:|
| col 3 is? ? ? | right-aligned | $1600 |
| col 2 is? ? ? | centered? ? ? |? $12 |
| zebra stripes | are neat? ? ? |? ? $1 |
TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1
代碼框
如果你是一個(gè)程序猿,想要讓代碼原樣顯示也很簡單實(shí)用 es6里面的模板字符串即可 注意可能是版本更新這里要使用三個(gè) ““ 中間是代碼 ““才可以
varcompiler = webpack(webpackConfig){? compiler.plugin('compilation',function(compilation){compilation.plugin('html-webpack-plugin-after-emit',function(data, cb){hotMiddleware.publish({ action:'reload'})? ? cb()? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? })? ? ? ? ? ? ? ? })
Object.keys(proxyTable).forEach(function(context){varoptions = proxyTable[context]if(typeofoptions ==='string') {? ? options = { target: options }? }? app.use(proxyMiddleware(options.filter || context, options))})
分割線
隨便三個(gè)* 或者-減號都可以