blob: 89862d8576566b98e0fbaf110eb4e5bf16c5db9c [file] [log] [blame]
christophe dervieuxee7e9b52021-09-16 17:42:17 +02001---
2output:
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
14Content very long
15
16```{r, echo = FALSE, results='asis'}
17cat(paste(lapply(replicate(100, sample(letters, sample.int(10, 1, TRUE), replace = TRUE)), paste0, collapse = ""), collapse = " "))
18```
19
20