pandoc_browse_option {pandoc} | R Documentation |
Open Pandoc's documentation about a command line option
Description
Open Pandoc's documentation about a command line option
Usage
pandoc_browse_option(option = NULL)
Arguments
option |
One of the supported long form command line option. As the Pandoc MANUAL only concerns the last released Pandoc's version, if the URL is incorrect this could mean the option has changed. |
Value
Open the webpage at the place regarding the required option
Examples
pandoc_browse_option()
pandoc_browse_option("embed-resources")
[Package pandoc version 0.2.0 Index]