2018-04-30 20:47:20 -05:00
|
|
|
+++
|
2018-07-19 09:49:24 -05:00
|
|
|
weight = 36
|
2018-04-30 20:47:20 -05:00
|
|
|
+++
|
|
|
|
|
|
|
|
{{% section %}}
|
|
|
|
|
2018-07-19 09:49:24 -05:00
|
|
|
## Section
|
2018-04-30 20:47:20 -05:00
|
|
|
|
|
|
|
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 %}}
|
|
|
|
|
|
|
|
|