2018-04-30 20:47:20 -05:00
|
|
|
+++
|
2018-07-21 03:55:03 -05:00
|
|
|
weight = 33
|
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
|
|
|
|
2018-07-21 03:55:03 -05:00
|
|
|
The `section` shortcode groups slides into a **vertical display**.
|
2018-04-30 20:47:20 -05:00
|
|
|
|
2018-07-21 03:55:03 -05:00
|
|
|
<br>
|
|
|
|
<small>
|
|
|
|
use the down arrow or swipe down to continue
|
|
|
|
</small>
|
|
|
|
<br>
|
2018-07-22 12:13:39 -05:00
|
|
|
<a href="#" class="navigate-down">🔽</a>
|
2018-04-30 20:47:20 -05:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
Put the shortcode around the slides you want to group together.
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
{{%/* section */%}}
|
|
|
|
|
|
|
|
## Section slide 1
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Section slide 2
|
|
|
|
|
|
|
|
{{%/* /section */%}}
|
|
|
|
```
|
|
|
|
|
2018-07-22 12:14:22 -05:00
|
|
|
Keep going down.
|
2018-04-30 20:47:20 -05:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## That's it!
|
|
|
|
|
|
|
|
Use the right arrow or swipe right to continue.
|
|
|
|
|
|
|
|
{{% /section %}}
|
|
|
|
|
|
|
|
|