标题1

1
# 标题1

标题2

1
## 标题2

标题3

1
### 标题3

标题4

1
#### 标题4

标题5
1
##### 标题5

标题6
1
###### 标题6

代码块:

1
#include <iostream>

```c++
#include
```

1
print("Hello, world")

```python
print(“Hello, world”)
```


引用

1
> 引用

有序列表:

  1. test1
  2. test2
  3. test3
1
2
3
1. test1
2. test2
3. test3

无序列表:

  • test1
  • test2
  • test3
1
2
3
- test1
- test2
- test3
1
2
3
* test1
* test2
* test3

数学公式:
$$
a = b + c
$$

1
2
3
$$
a = b + c
$$

表格 左”:”左对齐,右”:”右对齐,两个”:”居中对齐

姓名 年龄 成绩
张三 20 99
李四 19 98
1
2
3
4
|姓名|年龄|成绩|
|:---|---:|:---:|
|张三|20|99|
|李四|19|98|

脚注 [^id]
[^id]: 解释

1
2
脚注 [^id]
[^id]: 解释

横线


1
---
1
***

url
百度

1
[百度](https://www.baidu.com "搜索引擎")

图片
百度

1
![百度](img/avatar.jpg)

斜体
*斜体*


加粗
**加粗**


行内代码

1
`行内代码` 

下划线
<u>下划线</u>


$a = b + c$
$a = b + c$ 行内数学公式


H2O
H~2~O


x^2^
x^2^


==高亮==
==高亮==


参考标题1
参考[标题1](#标题1)


可以使用html