blob: a4a675a19c149bedece4a9dba09cdbf25957af96 [file] [log] [blame]
christophe dervieuxee7e9b52021-09-16 17:42:17 +02001---
2output:
Marc Kupietze195cea2026-08-17 13:17:33 +02003 revealjs.ids::revealjs_presentation:
christophe dervieuxee7e9b52021-09-16 17:42:17 +02004 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