rmarkdown_format: R Markdown input format definition

Description Usage Arguments Details Value See Also Examples

View source: R/output_format.R

Description

Compose a pandoc markdown input definition for R Markdown that can be passed as the from argument of pandoc_options.

Usage

1
rmarkdown_format(extensions = NULL)

Arguments

extensions

Markdown extensions to be added or removed from the default definition of R Markdown.

Details

By default R Markdown is defined as all pandoc markdown extensions with the following tweaks for backward compatibility with the markdown package (+ features are added, - features are removed):

+autolink_bare_uris
+ascii_identifier
+tex_math_single_backslash

For more on pandoc markdown see the pandoc markdown specification.

Value

Pandoc markdown format specification

See Also

output_format, pandoc_options

Examples

1
2
3
4
## Not run: 
rmarkdown_format("-implicit_figures")

## End(Not run)

muuankarski/karskidocs documentation built on May 23, 2019, 10:52 a.m.