mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-19 05:13:30 +02:00
Mention to use closing or self-closing tags for slide shortcode
This commit is contained in:
@@ -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" -->
|
||||
|
||||
@@ -44,6 +44,6 @@ Customize individual slide parameters like background color and transition.
|
||||
|
||||
{{% section %}}
|
||||
|
||||
{{< slide content="home.example" >}}
|
||||
{{% slide content="home.example" /%}}
|
||||
|
||||
{{% /section %}}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user