update to roxygen2 6.0 + markdown
diff --git a/DESCRIPTION b/DESCRIPTION
index 5d8f8c6..50986ad 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -22,4 +22,5 @@
     rmarkdown (>= 1.0)
 Suggests:
     testthat
-RoxygenNote: 5.0.1
+RoxygenNote: 6.0.1
+Roxygen: list(markdown = TRUE)
diff --git a/R/revealjs_presentation.R b/R/revealjs_presentation.R
index 9399e47..f486044 100644
--- a/R/revealjs_presentation.R
+++ b/R/revealjs_presentation.R
@@ -7,29 +7,32 @@
 #' @inheritParams rmarkdown::html_document
 #'   
 #' @param center \code{TRUE} to vertically center content on slides
-#' @param slide_level Level of heading to denote individual slides. If
-#'   \code{slide_level} is 2 (the default), a two-dimensional layout will be
-#'   produced, with level 1 headers building horizontally and level 2 headers
-#'   building vertically. It is not recommended that you use deeper nesting of
+#' @param slide_level Level of heading to denote individual slides. If 
+#'   \code{slide_level} is 2 (the default), a two-dimensional layout will be 
+#'   produced, with level 1 headers building horizontally and level 2 headers 
+#'   building vertically. It is not recommended that you use deeper nesting of 
 #'   section levels with reveal.js.
-#' @param theme Visual theme ("simple", "sky", "beige", "serif", "solarized",
+#' @param theme Visual theme ("simple", "sky", "beige", "serif", "solarized", 
 #'   "blood", "moon", "night", "black", "league" or "white").
 #' @param transition Slide transition ("default", "none", "fade", "slide", 
 #'   "convex", "concave" or "zoom")
-#' @param background_transition Slide background-transition ("default", "none",
+#' @param background_transition Slide background-transition ("default", "none", 
 #'   "fade", "slide", "convex", "concave" or "zoom")
 #' @param 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).
-#' @param reveal_plugins Reveal plugins to include. Available plugins include "notes", 
-#'   "search", and "zoom". Note that \code{self_contained} must be set to 
-#'   \code{FALSE} in order to use Reveal plugins.
-#' @param template Pandoc template to use for rendering. Pass "default" to use
-#'   the rmarkdown package default template; pass \code{NULL} to use pandoc's
-#'   built-in template; pass a path to use a custom template that you've
-#'   created. Note that if you don't use the "default" template then some
-#'   features of \code{revealjs_presentation} won't be available (see the
+#'    for details).
+#' @param reveal_plugins Reveal plugins to include. Available plugins include
+#'   "notes", "search", "zoom", and "chalkboard". Note that
+#'   \code{self_contained} must be set to \code{FALSE} in order to use Reveal
+#'   plugins.
+#' @param template Pandoc template to use for rendering. Pass "default" to use 
+#'   the rmarkdown package default template; pass \code{NULL} to use pandoc's 
+#'   built-in template; pass a path to use a custom template that you've 
+#'   created. Note that if you don't use the "default" template then some 
+#'   features of \code{revealjs_presentation} won't be available (see the 
 #'   Templates section below for more details).
+#' @param extra_dependencies Additional function arguments to pass to the base R
+#'   Markdown HTML output formatter [rmarkdown::html_document_base()].
 #' @param ... Ignored
 #'   
 #' @return R Markdown output format to pass to \code{\link{render}}
@@ -38,12 +41,12 @@
 #' 
 #' In reveal.js presentations you can use level 1 or level 2 headers for slides.
 #' If you use a mix of level 1 and level 2 headers then a two-dimensional layout
-#' will be produced, with level 1 headers building horizontally and level 2
+#' will be produced, with level 1 headers building horizontally and level 2 
 #' headers building vertically.
 #' 
-#' For additional documentation on using revealjs presentations see
+#' For additional documentation on using revealjs presentations see 
 #' \href{https://github.com/rstudio/revealjs}{https://github.com/rstudio/revealjs}.
-#'   
+#' 
 #' @examples
 #' \dontrun{
 #' 
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index 3845cd7..02f569c 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -52,19 +52,20 @@
 \item{theme}{Visual theme ("simple", "sky", "beige", "serif", "solarized",
 "blood", "moon", "night", "black", "league" or "white").}
 
-\item{transition}{Slide transition ("default", "none", "fade", "slide", 
+\item{transition}{Slide transition ("default", "none", "fade", "slide",
 "convex", "concave" or "zoom")}
 
 \item{background_transition}{Slide background-transition ("default", "none",
 "fade", "slide", "convex", "concave" or "zoom")}
 
-\item{reveal_options}{Additional options to specify for reveal.js (see 
+\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{reveal_plugins}{Reveal plugins to include. Available plugins include "notes", 
-"search", and "zoom". Note that \code{self_contained} must be set to 
-\code{FALSE} in order to use Reveal plugins.}
+\item{reveal_plugins}{Reveal plugins to include. Available plugins include
+"notes", "search", "zoom", and "chalkboard". Note that
+\code{self_contained} must be set to \code{FALSE} in order to use Reveal
+plugins.}
 
 \item{highlight}{Syntax highlighting style. Supported styles include
 "default", "tango", "pygments", "kate", "monochrome", "espresso",
@@ -95,8 +96,8 @@
 
 \item{pandoc_args}{Additional command line options to pass to pandoc}
 
-\item{extra_dependencies}{Add \code{latex_dependency()} dependencies. It can
-can be used to add custom LaTeX packages to the .tex header.}
+\item{extra_dependencies}{Additional function arguments to pass to the base R
+Markdown HTML output formatter \code{\link[rmarkdown:html_document_base]{rmarkdown::html_document_base()}}.}
 
 \item{...}{Ignored}
 }
@@ -130,4 +131,3 @@
 
 
 }
-