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 -.

markdown_options()

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

# all available options
litedown::markdown_options()
#>  [1] "+auto_identifiers" "+autolink"         "+cross_refs"      
#>  [4] "+embed_cleanup"    "+embed_resources"  "+footnotes"       
#>  [7] "+js_highlight"     "+js_math"          "+latex_math"      
#> [10] "+smart"            "+strikethrough"    "+subscript"       
#> [13] "+superscript"      "+table"            "+tasklist"        
#> [16] "-cleveref"         "-hardbreaks"       "-number_sections" 
#> [19] "-offline"          "-smartypants"      "-tagfilter"       
#> [22] "-toc"