more changes to comply with CRAN
diff --git a/man/posterdown_html.Rd b/man/posterdown_html.Rd
index 3201e71..e4decbd 100644
--- a/man/posterdown_html.Rd
+++ b/man/posterdown_html.Rd
@@ -35,3 +35,10 @@
 The output format \code{poster_betterport()} mimics the style of the
 BetterPoster movement from twitter.
 }
+\examples{
+\donttest{
+file <- file.path(tempdir(),"foo.rmd")
+rmarkdown::draft(file, template="posterdown_html", package="posterdown")
+}
+
+}