Remove old message about closing shortcodes

This commit is contained in:
dzello 2018-08-13 23:57:09 +02:00
parent 2ed6eb81b9
commit d5d9abb091
2 changed files with 7 additions and 6 deletions

View File

@ -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 `---`.

View File

@ -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" >}}
---
```
---