View source: R/output_format.R
rmarkdown_format | R Documentation |
Compose a pandoc markdown input definition for R Markdown
that can be passed as the from
argument of pandoc_options.
rmarkdown_format(extensions = NULL)
from_rmarkdown(implicit_figures = TRUE, extensions = NULL)
extensions |
Markdown extensions to be added or removed from the default definition of R Markdown. |
implicit_figures |
Automatically make figures from images (defaults to |
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 |
+tex_math_single_backslash |
For more on pandoc markdown see the pandoc online documentation.
Pandoc markdown format specification
output_format, pandoc_options
## Not run:
rmarkdown_format("-implicit_figures")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.