rmarkdown_format
From rmarkdown v0.9.5
by JJ Allaire
R Markdown input format definition
Compose a pandoc markdown input definition for R Markdown that can be
passed as the from
argument of pandoc_options.
Usage
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
Value
- Pandoc markdown format specification
See Also
Examples
rmarkdown_format("-implicit_figures")
Community examples
Looks like there are no examples yet.