Open Pandoc's documentation about an extension
Usage
pandoc_browse_extension(extension = NULL)
Arguments
- extension
One of the supported extension. See
pandoc_list_extensions(). As the Pandoc MANUAL only concerns the last
released Pandoc's version, if the URL is incorrect this could mean the
extensions has changed.
Value
Open the webpage at the place regarding the required extension.
Examples
pandoc_browse_extension()
#> i Open URL
#> https://pandoc.org/MANUAL.html#extensions
pandoc_browse_extension("auto_identifiers")
#> i Open URL
#> https://pandoc.org/MANUAL.html#extension-auto_identifiers