Skip to content

Commit 5968556

Browse files
Update stepper.md (#1524)
Fix the rendered example under `## Basic stepper` to remove a duplication of the step title
1 parent 2e805c3 commit 5968556

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/syntax/stepper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ npm install
2020
::::
2121

2222
::::{step} Build
23-
### Build
2423
Then build the project.
2524
```shell
2625
npm run build
@@ -225,4 +224,4 @@ Content here...
225224
```
226225
## Dynamic heading levels
227226

228-
Stepper step titles automatically adjust their heading level based on the preceding heading in the document, ensuring proper document hierarchy and semantic structure.
227+
Stepper step titles automatically adjust their heading level based on the preceding heading in the document, ensuring proper document hierarchy and semantic structure.

0 commit comments

Comments
 (0)