MarkDown入门
1. 代码块
1 | ```python |
python代码
1 | sum = 0 |
行内代码块
2. 标题
1 | # 一级标题 |
一级标题
二级标题
三级标题
四级标题
五级标题
六级标题
3. 字体
1 | ~~删除~~ # 删除线 |
删除
加粗
斜体
加粗+斜体
高亮
$H_2O_2$
$X^{a^2}$
下划线
4.表情符号
1 | :smile_cat: :smile: :laughing: :dizzy_face: :sob: :weary: |
😸😄 😆 😵 😭 😩
5.表格
1 | name | price |
name | price |
---|---|
fried chicken | 19 |
cola | 5 |
6.引用
1 | > 一级引用 |
一级引用
二级引用
三级引用
7.列表
7.1无序列表
1 | * 无序列表1 |
- 无序列表1
- 无序列表2
- 无序列表3
7.2有序列表
1 | 1. 有序列表1 |
- 有序列表1
- 有序列表2
- 有序列表3
8.分割线
1 | *** |
9.跳转
9.1外部跳转
1 | [紫梦沁香的博客](https://紫梦沁香.com) |
9.2内部跳转
1 | [跳转至1.代码块](#1-代码块) |
9.3自动链接
1 | <https://紫梦沁香.com> |
https://紫梦沁香.com
https://www.baidu.com
10.图片
1 | ![康娜酱](Connor.jpg) |
11.内置标签
11.1文本居中
1 | # HTML,其中class="blockquote-center"是必要的 |
HTML居中
标签居中
标签别名居中
11.2图片越界
1 | # HTML,其中class="full-image"是必要的 |
11.3Bootstrap Callout
1 | {% note class_name %} Content (md partial supported) {% endnote %} |
It’s danger
It’s primary
It’s success
It’s info
It’s warning
It’s default