mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +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
|
||||
|
||||
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":
|
||||
|
||||
```markdown
|
||||
{{< slide content="home.example" >}}
|
||||
```
|
||||
---
|
||||
|
||||
<br>
|
||||
<small>
|
||||
💡 Make sure to use a closing or self-closing shortcode.
|
||||
</small>
|
||||
{{< slide content="home.example" >}}
|
||||
|
||||
---
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user