Markdown headings are available in two formats. = and-tag syntax format is as follows: The display effect is as follows: The # sign can be used to indicate the level 1-6 title, the first level title corresponds to a # sign, the second level title corresponds to two # numbers, and so on. The display effect is as follows: 10.2.1. 1. Use = and-to mark the first and second headings ¶
我展示的是一级标题
=================
我展示的是二级标题
-----------------

10.2.2. Use the # sign ¶
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题
