break a slide of reveal.js (xaringan) when it's long

621 views Asked by At

I'm actually using xaringan, but it uses reveal.js, so it should be the same.

I have a slide which prints bibliography using RefManageR, and I'd like to use as many slides as needed:

---

```
{r results = "asis", echo = FALSE}
PrintBibliography(bib, .opts = list(check.entries = FALSE, sorting = "ynt"))

```
---

I guess I'm looking for some type of allowframebreaks, but I couldn't manage to find one.

1

There are 1 answers

0
jtr13 On

Xaringan uses remark.js, not reveal.