在MacOS上建議使用 Mou 這款Markdown編輯器毅弧,它支持實時編輯預覽膜眠。
標題
標題
列表
列表
引用
引用
圖片和鏈接
-
插入圖片
圖片 插入鏈接
百度一下,你就知道
表格
編輯方式:
| Tables | Are | Cool |
| :---: | :---: | :---: |
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat| $1 |
效果預覽:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
代碼
- 單行代碼或特殊字符用`或者<code標簽> 將其包裝起來:
var person = (name: "haha", age: 25)
- 代碼塊用```將其包裝起來:
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
粗體和斜體
粗體 就是用**
將文本內容包裝起來, 斜體 就是用 *
包裝文本。
分割線
分割線即 ***