commit | 23ec9d2159ed38aaa83b97f5978dff70a044630c | [log] [tgz] |
---|---|---|
author | christophe dervieux <christophe.dervieux@gmail.com> | Fri Sep 17 15:49:41 2021 +0200 |
committer | christophe dervieux <christophe.dervieux@gmail.com> | Fri Sep 17 15:50:45 2021 +0200 |
tree | 37969e62c59f530cb4beee32c4997b998d2220ee | |
parent | c4d57b90e56ea8f2097d112db7308ade0acc3bbb [diff] [blame] |
Add examples / tests
diff --git a/tests/manual/test-incremental-globally.Rmd b/tests/manual/test-incremental-globally.Rmd new file mode 100644 index 0000000..c4a3c80 --- /dev/null +++ b/tests/manual/test-incremental-globally.Rmd
@@ -0,0 +1,20 @@ +--- +title: "Incremental globally" +output: + revealjs::revealjs_presentation: + incremental: true +--- + +## list + +- item 1 +- item 2 + +## Non Incremental list + +::: nonincremental + +- Eat spaghetti +- Drink wine + +::: \ No newline at end of file