Skip to contents

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

# \dontshow{
withr::local_options(list(rlang_interactive = FALSE))
# }
pandoc_browse_extension()
#>  Open URL
#> https://pandoc.org/MANUAL.html#extensions
pandoc_browse_extension("auto_identifiers")
#>  Open URL
#> https://pandoc.org/MANUAL.html#extension-auto_identifiers