get_extensions {simplermarkdown} | R Documentation |
Get the extensions that are needed when converting from json to markdown by pandoc.
Description
Get the extensions that are needed when converting from json to markdown by pandoc.
Usage
get_extensions()
Details
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.
Value
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.
[Package simplermarkdown version 0.0.6 Index]