markdown_options {litedown} | R Documentation |
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()
Details
See https://yihui.org/litedown/#sec:markdown-options for the full list of options and their documentation.
Value
A character vector of all available options.
Examples
# all available options
litedown::markdown_options()
[Package litedown version 0.7 Index]