From 0a97845ee41e2f40db4b777fb0a1521932dc62ed Mon Sep 17 00:00:00 2001 From: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> Date: Fri, 4 Jul 2025 23:09:58 +0300 Subject: [PATCH] Update stepper.md Fix the rendered example under `## Basic stepper` to remove a duplication of the step title --- docs/syntax/stepper.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/syntax/stepper.md b/docs/syntax/stepper.md index b9c5e1c6e..163a66add 100644 --- a/docs/syntax/stepper.md +++ b/docs/syntax/stepper.md @@ -20,7 +20,6 @@ npm install :::: ::::{step} Build -### Build Then build the project. ```shell npm run build @@ -225,4 +224,4 @@ Content here... ``` ## Dynamic heading levels -Stepper step titles automatically adjust their heading level based on the preceding heading in the document, ensuring proper document hierarchy and semantic structure. \ No newline at end of file +Stepper step titles automatically adjust their heading level based on the preceding heading in the document, ensuring proper document hierarchy and semantic structure.