html_letter {pagedown} | R Documentation |
Create a letter in HTML
Description
This output format is similar to html_paged
. The only differences are
in the default stylesheets and the default value of the fig_caption
parameter which is set to FALSE
. See
https://pagedown.rbind.io/html-letter/ for an example.
Usage
html_letter(..., css = c("default", "letter"), fig_caption = FALSE)
Arguments
... , css , fig_caption |
Arguments passed to |
Value
An R Markdown output format.
[Package pagedown version 0.20 Index]