| --- | |
| output: | |
| revealjs.ids::revealjs_presentation: | |
| reveal_options: | |
| width: "100%" | |
| height: "100%" | |
| margin: 0 | |
| minScale: 1 | |
| maxScale: 1 | |
| --- | |
| # Test | |
| Content very long | |
| ```{r, echo = FALSE, results='asis'} | |
| cat(paste(lapply(replicate(100, sample(letters, sample.int(10, 1, TRUE), replace = TRUE)), paste0, collapse = ""), collapse = " ")) | |
| ``` | |