Xaringan incremental slides in .pull-left[]

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!

]

Actually, I was able to find this solution and make it work for my situation:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.