html_letter: 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)
Value
An R Markdown output format.
Arguments
- ..., css, fig_caption
Arguments passed to html_paged()
.