View source: R/get_extensions.R
get_extensions | R Documentation |
Get the extensions that are needed when converting from json to markdown by pandoc.
get_extensions()
Checks which extensions are available in pandoc and returns a character string disabling extensions that interfere with the conversion of the processed document (in json format) back to markdown. At the moment only one extension is disabled.
raw_attribute
This extension is disabled. Some of the output functions write raw markdown blocks. This extension only recognises html and tex raw blocks. Raw markdown blocks are ignored when converting to other formats.
Returns a character vector of the form "+extension1-extension2"
with
the extensions that are to be enabled (+
) or disables (-
).
The function calls pandoc
to check which extensions are available.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.