Moving to HTML/CSS :smile:
diff --git a/man/posterdown_html.Rd b/man/posterdown_html.Rd
new file mode 100644
index 0000000..610d441
--- /dev/null
+++ b/man/posterdown_html.Rd
@@ -0,0 +1,30 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/posterdown_html.R
+\name{posterdown_html}
+\alias{posterdown_html}
+\title{Posterdown HTML format (using bookdown::html_document2)}
+\usage{
+posterdown_html(..., template = find_resource("posterdown_html",
+  "template.html"), css = NULL)
+}
+\arguments{
+\item{...}{Additional arguments to \code{rmarkdown::html_document}}
+
+\item{template}{See \code{\link{html_paged}()}.}
+
+\item{css}{See \code{\link{html_paged}()}.}
+}
+\value{
+R Markdown output format to pass to
+  \code{\link[rmarkdown:render]{render}}
+}
+\description{
+Posterdown HTML format (using bookdown::html_document2)
+}
+\examples{
+
+\dontrun{
+library(rmarkdown)
+draft("MyArticle.Rmd", template = "posterdown_html", package = "posterdown")
+}
+}