commit | 375805c0b9c5a0c1941a76d1cd684810dd92c330 | [log] [tgz] |
---|---|---|
author | JJ Allaire <jj@rstudio.org> | Tue Nov 15 08:56:43 2016 -0500 |
committer | JJ Allaire <jj@rstudio.org> | Tue Nov 15 08:56:43 2016 -0500 |
tree | 0c40e90ce39fa9f89f454b0e8e8fb6063bb86678 | |
parent | 32dd3cd453d546734285585e16e2fa0df371925b [diff] [blame] |
add support for the chalkboard plugin
diff --git a/examples/simple.Rmd b/examples/simple.Rmd index f868d42..0b4fa4f 100644 --- a/examples/simple.Rmd +++ b/examples/simple.Rmd
@@ -3,7 +3,11 @@ output: revealjs::revealjs_presentation: self_contained: false - reveal_plugins: ["search", "zoom", "notes"] + reveal_plugins: ["search", "zoom", "notes", "chalkboard"] + reveal_options: + chalkboard: + theme: chalkboard + toggleNotesButton: false --- ```{r setup, include=FALSE}