Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 6a7fa62

Browse files
committed
docs: normalize demo header
1 parent 17bfc94 commit 6a7fa62

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/docs/src/en/plugins/table-of-contents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@ For example, `[2, 4]` means 2 <= x <= 4.
5151

5252
## Demo
5353

54-
### Input
54+
**Input**
5555

5656
```md
5757
<TOC />
5858
```
5959

60-
### Output
60+
**Output**
6161

6262
<TOC />
6363

64-
### Input
64+
**Input**
6565

6666
```md
6767
<TOC :include-level="[2, 2]" />
6868
```
6969

70-
### Output
70+
**Output**
7171

7272
<TOC :include-level="[2, 2]" />
7373

packages/docs/src/zh/plugins/table-of-contents.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,23 @@ module.exports = {
5151

5252
## 演示
5353

54-
### 输入
54+
**输入**
5555

5656
```md
5757
<TOC />
5858
```
5959

60-
### 输出
60+
**输出**
6161

6262
<TOC />
6363

64-
### 输入
64+
**输入**
6565

6666
```md
6767
<TOC :include-level="[2, 2]" />
6868
```
6969

70-
### 输出
70+
**输出**
7171

7272
<TOC :include-level="[2, 2]" />
7373

0 commit comments

Comments
 (0)