commit | 88c5a991efef69872a46799f3df17adb7660cce4 | [log] [tgz] |
---|---|---|
author | christophe dervieux <christophe.dervieux@gmail.com> | Thu Sep 16 11:33:11 2021 +0200 |
committer | christophe dervieux <christophe.dervieux@gmail.com> | Thu Sep 16 11:33:11 2021 +0200 |
tree | 469471c9609b22dbc5999575f3723ebd37b67913 | |
parent | 5ecfdb2c8bac981966749ada4f176552e9f6c7d4 [diff] |
This variable needs to be quoted in template. It only accept character.
diff --git a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html index d888684..7fa2f49 100644 --- a/inst/rmarkdown/templates/revealjs_presentation/resources/default.html +++ b/inst/rmarkdown/templates/revealjs_presentation/resources/default.html
@@ -722,7 +722,7 @@ transition: $chalkboard-transition$, $endif$ $if(chalkboard-theme)$ - theme: $chalkboard-theme$, + theme: '$chalkboard-theme$', $endif$ $if(chalkboard-color)$ color: $chalkboard-color$,