Skip to content

Commit

Permalink
fix: add line break for steps shortcode example usage
Browse files Browse the repository at this point in the history
* there needs to be a line break between {{% steps %}} and the first H3

If there is no line break between {{% steps %}}  and the first heading, the content is not rendered correctly.

* Update exampleSite/content/docs/guide/shortcodes/steps.md

* Update exampleSite/content/docs/guide/shortcodes/steps.md
  • Loading branch information
Saurabh Mishra authored Sep 5, 2023
1 parent e4c3623 commit 939acc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exampleSite/content/docs/guide/shortcodes/steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ Put Markdown h3 header within `steps` shortcode.

```
{{%/* steps */%}}
### Step 1
This is the first step.
### Step 2
This is the second step.
{{%/* /steps */%}}
```

0 comments on commit 939acc0

Please sign in to comment.