mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Remove old message about closing shortcodes
This commit is contained in:
@@ -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>
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user