Markdown 语法精要
标题
#一级标题
##二级标题
###三级标题
无序列表
– 列表项
或者
* 列表项
有序列表
1. 条目1
2. 条目2
3. 条目3
格式
**粗体**
*斜体*
~~删除线~~
插入图片


插入链接
[描述](链接地址)
[Google](http://www.google.com.hk)
引用
> 引用文本写在后面
代码块
var s = "hello markdown"
println(s)
分割线
三个星号或三条下划线
***
___
脚注型链接
[Google][1]
[1]: https://www.google.com.hk
本文出自扉启博客,转载时请注明出处及相应链接。
本文永久链接: https://www.feiqy.com/markdown/
近期评论