Learn R Programming

litedown (version 0.7)

markdown_options: Markdown rendering options

Description

A list of all options to control Markdown rendering. Options that are enabled by default are marked by a + prefix, and those disabled by default are marked by -.

Usage

markdown_options()

Arguments

Value

A character vector of all available options.

Details

See https://yihui.org/litedown/#sec:markdown-options for the full list of options and their documentation.

Examples

Run this code
# all available options
litedown::markdown_options()

Run the code above in your browser using DataLab