markdown編輯器mou
markdown編輯器的使用很簡單,mac平臺選擇課 MOU 這款比較輕的客戶端。
使用也很方便,打開軟件,->helo->mou help 就有各種示例,照葫蘆畫瓢。
有些關鍵字需要轉義,使用的時候要注意,比如插入一段引入quote
我是引入 > 啦啦
引入的關鍵字是 > 引入中如果需要使用該符號,需要輸入對應的轉義字符
- 轉義表
但是我試了一下直接輸入好像也能顯示,可能在其他編輯器會有問題。
代碼區
使用 ``
代碼塊使用\```內容```
int a = 100;
使用一個tab也可有類似效果
四個空格也可
- 列表比較簡單
- 我是列表
表格比較麻煩
我 | 是 | 表格 |
---|---|---|
Content Cell | Content Cell | Content Cell |
Content Cell | Content Cell | Content Cell |
然后就是圖片插入了,也是比較重要的功能。