html_letter: Create a letter in HTML

View source: R/paged.R

html_letterR 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 html_paged().

Value

An R Markdown output format.


pagedown documentation built on Dec. 28, 2022, 1:16 a.m.