pandoc_list_abbreviations | R Documentation |
Pandoc uses this list in the Markdown reader. Strings found in this list will be followed by a non-breaking space, and the period will not produce sentence-ending space in formats like LaTeX. The strings may not contain spaces.
pandoc_list_abbreviations(version = "default")
version |
Version to use. Default will be the
|
This correspond to the option --abbreviations
as CLI flag.
a character version of system default abbreviation known by Pandoc
pandoc_list_abbreviations()
# check abbreviations available in a specific Pandoc's version
pandoc_list_abbreviations("2.11.4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.