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

40 lines
450 B
Markdown
Raw Normal View History

+++
weight = 36
+++
{{% section %}}
## Section
The `section` shortcode groups slides into a vertical display.
**To continue, use the down arrow or swipe down.**
---
Put the shortcode around the slides you want to group together.
```markdown
{{%/* section */%}}
## Section slide 1
---
## Section slide 2
{{%/* /section */%}}
```
Keep scrolling down.
---
## That's it!
Use the right arrow or swipe right to continue.
{{% /section %}}