pandoc_citeproc_bin | R Documentation |
This function will return the path to pandoc-citeproc
if available. It will
only work with version
of Pandoc installed by this package.
pandoc_citeproc_bin(version = "default")
version |
Version to use. Default will be the
|
the path to pandoc-citeproc
binary if it exists. Since Pandoc 2.11,
the citeproc filter has been included into Pandoc itself and is no more
shipped as a binary filter.
# Look into current active version
pandoc_citeproc_bin()
# Look into a specific version
pandoc_citeproc_bin("2.9.2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.