forked from drowl87/hextra_mirror
fix: add line break for steps shortcode example usage
* 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
This commit is contained in:
parent
e4c36236df
commit
939acc02a8
@ -29,6 +29,7 @@ Put Markdown h3 header within `steps` shortcode.
|
|||||||
|
|
||||||
```
|
```
|
||||||
{{%/* steps */%}}
|
{{%/* steps */%}}
|
||||||
|
|
||||||
### Step 1
|
### Step 1
|
||||||
|
|
||||||
This is the first step.
|
This is the first step.
|
||||||
@ -36,5 +37,6 @@ This is the first step.
|
|||||||
### Step 2
|
### Step 2
|
||||||
|
|
||||||
This is the second step.
|
This is the second step.
|
||||||
|
|
||||||
{{%/* /steps */%}}
|
{{%/* /steps */%}}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user