Mention to use closing or self-closing tags for slide shortcode

This commit is contained in:
dzello 2018-07-22 11:50:50 +02:00
parent 52eec0fd6a
commit b9d502335b
3 changed files with 12 additions and 2 deletions

View File

@ -16,6 +16,11 @@ Reveal.js has its own [markdown processor](https://github.com/hakimel/reveal.js#
{{</* /markdown */>}}
```
<br>
<small>
💡 Make sure to use the `{{</* */>}}` shortcode syntax to avoid rendering by Hugo.
</small>
---
<!-- .slide: data-background="#FF4081" -->

View File

@ -44,6 +44,6 @@ Customize individual slide parameters like background color and transition.
{{% section %}}
{{< slide content="home.example" >}}
{{% slide content="home.example" /%}}
{{% /section %}}

View File

@ -23,9 +23,14 @@ example = "I'm a slide"
Set the `content` attribute to "home.example":
```
{{< slide content="home.example" >}}
{{% slide content="home.example" /%}}
```
<br>
<small>
💡 Make sure to use a closing or self-closing shortcode.
</small>
---
💡 Each data template entry can contain one or more slides, separated by `---` with newlines.