mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 02:21:25 -04:00
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:
@ -29,6 +29,7 @@ Put Markdown h3 header within `steps` shortcode.
|
||||
|
||||
```
|
||||
{{%/* steps */%}}
|
||||
|
||||
### Step 1
|
||||
|
||||
This is the first step.
|
||||
@ -36,5 +37,6 @@ This is the first step.
|
||||
### Step 2
|
||||
|
||||
This is the second step.
|
||||
|
||||
{{%/* /steps */%}}
|
||||
```
|
||||
|
Reference in New Issue
Block a user