gouvdown HTML document
html_gouv(
extra_dependencies = list(),
includes = NULL,
...,
logo = NULL,
use_gouvdown_fonts = TRUE
)
Extra dependencies as a list of the
html_dependency
class objects typically generated by
htmltools::htmlDependency()
.
Named list of additional content to include within the
document (typically created using the includes
function).
Additional arguments passed to rmarkdown::html_document()
.
a logo available in gouvdown::list_logos()
or a file path to image file
Use the fonts provided by the gouvdown.fonts
package, if installed.
An R Markdown output format object to be passed to
rmarkdown::render()
.