<section data-markdown>
<textarea data-template>
# Hello Wrold
* hello
* world
</textarea>
</section>
</div>
</div>
</body>
```
添加普通的slide
- 一个<section>...</section>就是一页
- 新增的slide呈横向排列, 数量不限, 按左右箭头选择
- 支持html标签
添加普通的纵向slide
嵌套使用section
⬆️ ⬇️ 键切换
<section><section>纵向1</section>纵向2</section></section>
有时候页面中的内容不需要一次性全部显示
可能需要逐条
逐项出现