Is it possible to set incremental slide breaks inside a .pull-left
or .pull-right
? Reprex below with what I've tried. I want the double dash to create an incremental slide with the last point, but it just prints. Any help or suggestions are much appreciated!
---
title: "Presentation Ninja"
output:
xaringan::moon_reader:
seal: false
lib_dir: libs
---
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
```
.pull-left[
- The Tidyverse is...
--
- Awesome!
]