markdown_custom_options.Rd
custom markdown options for rmarkdown's pandoc
markdown_custom_options( add_to_format = c("+autolink_bare_uris", "+ascii_identifiers", "+tex_math_single_backslash", "-implicit_figures"), fragment.only = FALSE, section_divs = TRUE, break_on_error = FALSE, ... )
add_to_format | add these arguments to the default specification |
---|---|
fragment.only | whether to get only a html fragment |
section_divs | whether to disable --section-divs (headings generate section including everything up to the next same-or-higher-level heading) |
break_on_error | should an error in the R code execution interrupt the rendering or should rendering continue, defaults to FALSE |
... | all other arguments passed to Custom rmarkdown input format options based on the standard |