1.标题
一级标题
二级标题
三级标题
四级标题
五级标题
六级标题最小
2.加粗
这是加粗的
3.斜体
这个倾斜了
4.高亮
这是高亮
5.上标
32
6.下标
H20
7.代码引用(>式)
hello markdown
8.代码引用(```式)
print('hello world')
9.代码引入(`式)
print('hello world')
10.插入链接(链接显示)
https://www.cnblogs.com/nickchen121/p/10718112.html
11.插入链接(链接描述显示)
12.插入图片(链接)
13.插入图片(图片路径)
相对路径:
绝对路径:
14.有序列表
- text1
- text2
- text3
15.无序列表
- 表1
- 表2
- 表3
16.分割线
17.表格
name | age | sex |
---|---|---|
tony | 24 | 男 |
Lucy | 22 | 女 |
18.数学公式(行内嵌) |
内嵌数学公式(sum_{i=1}^{10}f(i)\,\, ext{thanks})
19.数学公式(块状)
[sum_{i=1}^{10}f(i)\,\, ext{thanks}
]