| christophe dervieux | ee7e9b5 | 2021-09-16 17:42:17 +0200 | [diff] [blame] | 1 | --- |
| 2 | output: | ||||
| 3 | revealjs::revealjs_presentation: | ||||
| 4 | reveal_options: | ||||
| 5 | width: "100%" | ||||
| 6 | height: "100%" | ||||
| 7 | margin: 0 | ||||
| 8 | minScale: 1 | ||||
| 9 | maxScale: 1 | ||||
| 10 | --- | ||||
| 11 | |||||
| 12 | # Test | ||||
| 13 | |||||
| 14 | Content very long | ||||
| 15 | |||||
| 16 | ```{r, echo = FALSE, results='asis'} | ||||
| 17 | cat(paste(lapply(replicate(100, sample(letters, sample.int(10, 1, TRUE), replace = TRUE)), paste0, collapse = ""), collapse = " ")) | ||||
| 18 | ``` | ||||
| 19 | |||||
| 20 | |||||