pandoc_version | R Documentation |
This is calling pandoc --version
to retrieve the version of Pandoc used. A
special treatment is done for nightly version as Pandoc project does not
use a development version scheme between released versions. This function
will add a .9999
suffix to the version reported by Pandoc.
pandoc_version(version = "default")
version |
Version to use. Default will be the
|
The version number for pandoc
binary as a base::numeric_version()
object.
pandoc::pandoc_version()
pandoc::pandoc_version(version = "system")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.