Markdown示例
标题
# 标题1 |
粗体与斜体
### 斜体 |
效果如下:
斜体
Italicized text is the cat’s meow # 斜体
Acatmeow # 斜体(突出中间部分)
粗体
bold text
bold text
代码块
# 上面三个\`,下面三个\` |
引用
# 嵌套引用 |
效果如下:
嵌套引用
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
带其他元素的引用
The quarterly results look great!
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going according to plan.
列表
## 有序列表 |
效果如下:
有序列表
- First item
- Second item
- Third item
- Fourth item
无序列表
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
分割线
*** |
效果如下:
链接
这是一个链接 [Markdown语法](https://markdown.com.cn "标题")。 |
效果如下:
这是一个链接 Markdown语法。
https://markdown.com.cn
格式化
I love supporting the EFF.
This is the Markdown Guide.
See the section on code
.
图片
 |
效果如下:
链接图片
流程图
详见
最小示例:
# options contains: |
引用参考文献:
- 1. ``` --> ↩
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 kaiyu's blog!
评论