-
pandoc_bin()now supportsversion = "quarto"to use the Pandoc binary shipped with Quarto CLI. New convenience functionspandoc_quarto_bin()andpandoc_quarto_version()are also available. -
Correctly order error message of Pandoc failure (thanks, @hadley, #39).
-
pandoc_install_nightly()does not fail when called while a Pandoc's nigthly workflow is currently running
-
input and output path containing short path version using
~now works (thanks, @olivroy, #31) -
pandoc_install()now works for Pandoc 3.1.2 and above on Mac as Pandoc bundles' name have changed. -
pandoc_install()works now on Mac M1. -
pandoc_convert()andpandoc_export_*()now handles filepath with space (thanks, @krlmlr, #32).
- First release