support additional reveal options
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index 7a6e134..4fc1594 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -8,9 +8,10 @@
   fig_height = 6, fig_retina = if (!fig_caption) 2, fig_caption = FALSE,
   smart = TRUE, self_contained = TRUE, theme = "simple",
   transition = "default", background_transition = "default",
-  highlight = "default", mathjax = "default", template = "default",
-  css = NULL, includes = NULL, keep_md = FALSE, lib_dir = NULL,
-  pandoc_args = NULL, ...)
+  history = TRUE, reveal_options = NULL, highlight = "default",
+  mathjax = "default", template = "default", css = NULL,
+  includes = NULL, keep_md = FALSE, lib_dir = NULL, pandoc_args = NULL,
+  ...)
 }
 \arguments{
 \item{incremental}{\code{TRUE} to render slide bullets incrementally. Note
@@ -52,6 +53,11 @@
 \item{background_transition}{Slide background-transition ("default", "none", "fade", "slide", 
 "convex", "concave" or "zoom")}
 
+\item{history}{\code{TRUE} to push each slide change to the browser history.}
+
+\item{reveal_options}{Additional options to specify for reveal.js (see
+\href{https://github.com/hakimel/reveal.js#configuration}{https://github.com/hakimel/reveal.js#configuration} for details).}
+
 \item{highlight}{Syntax highlighting style. Supported styles include
 "default", "tango", "pygments", "kate", "monochrome", "espresso",
 "zenburn", and "haddock". Pass \code{NULL} to prevent syntax highlighting.}