語錄集文集小岛每天进步一点点

如何用Markdown编辑博客

2018-06-20  本文已影响8人  胜言_

Markdown

msg = "hello world!"
print(msg)

markdown文本如下:

#Markdown
- 代码框
```swift
msg = "helloworld!"
print(msg)
```

- 粗体Ⅰ斜体
*斜体* 
**粗体**

- 超链接
[我的主页](https://wsheng-note.herokuapp.com)

- 图片![](https://img.zcool.cn/community/01e0945571538e0000009fcb378daf.jpg@1280w_1l_2o_100sh.webp)
---
- 列表
* List
  * list_a
  * list_b
* Tuple
上一篇下一篇

猜你喜欢

热点阅读