themen-hugo-35c3-reveal/exampleSite/content/home/section.md

36 lines
332 B
Markdown
Raw Normal View History

+++
weight = 25
+++
{{% section %}}
**The `section` shortcode** creates a batch of vertical slides.
Scroll down.
---
This is the code.
```markdown
{{%/* section */%}}
## Section slide 1
---
## Section slide 2
{{%/* /section */%}}
```
Keep scrolling down.
---
## End of section
Continue to the right.
{{% /section %}}