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