commit | 1ebd513e93d5a0af3fe7fced86f7b6a6cbbbbf48 | [log] [tgz] |
---|---|---|
author | christophe dervieux <christophe.dervieux@gmail.com> | Wed Sep 22 08:47:21 2021 +0200 |
committer | christophe dervieux <christophe.dervieux@gmail.com> | Wed Sep 22 08:47:21 2021 +0200 |
tree | 77deb4d11a76dd13bffee98e022bfa34c498dc35 | |
parent | 062940d7ca627b49373708d2324f385be3d86011 [diff] |
Fix typo from 062940d
diff --git a/R/revealjs_presentation.R b/R/revealjs_presentation.R index 2967bf2..8ddb818 100644 --- a/R/revealjs_presentation.R +++ b/R/revealjs_presentation.R
@@ -120,7 +120,7 @@ if (theme %in% c("blood", "moon", "night", "black")) { args <- c(args, pandoc_variable_arg("theme-dark")) } - args <- c(args, pandoc_variable_arg("theme=", theme)) + args <- c(args, pandoc_variable_arg("theme", theme)) # transition