html_notes | R Documentation |
Includes my own boilerplate YAML and chunk options, and a basic CSS file for formatting
html_notes(
css = NULL,
toc = TRUE,
number_sections = FALSE,
highlight_style = "github",
theme = NULL,
...
)
css |
arguments passed to |
toc |
arguments passed to |
number_sections |
arguments passed to |
highlight_style |
arguments passed to |
theme |
arguments passed to |
... |
arguments passed to |
HTML output format function; passes arguments to Pandoc via knitr and rmarkdown
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.