Remove old message about closing shortcodes
This commit is contained in:
parent
2ed6eb81b9
commit
d5d9abb091
|
@ -8,6 +8,8 @@ Use this shortcode when you need to customize slide attributes like id, class, b
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{< slide class="hello" >}}
|
||||||
|
|
||||||
## Slide
|
## Slide
|
||||||
|
|
||||||
Add the shortcode above the slide's content, below the `---`.
|
Add the shortcode above the slide's content, below the `---`.
|
||||||
|
|
|
@ -23,13 +23,12 @@ example = "I'm a slide"
|
||||||
Set the `content` attribute to "home.example":
|
Set the `content` attribute to "home.example":
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
{{< slide content="home.example" >}}
|
---
|
||||||
```
|
|
||||||
|
|
||||||
<br>
|
{{< slide content="home.example" >}}
|
||||||
<small>
|
|
||||||
💡 Make sure to use a closing or self-closing shortcode.
|
---
|
||||||
</small>
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue