chickadee » pandoc » pandoc-cli

pandoc-cli #!optional command-nameprocedure

Create a pandoc endpoint using the official pandoc command line interface. The default command-name is "pandoc".

Note that documents are converted serially, and a separate Pandoc instance is launched for each document, making batch conversions slow. We tried launching several Pandoc instances in parallel, but it doesn't materially decrease the conversion time. The tar and server endpoints can avoid this problem by sending an entire batch of documents to the same Pandoc instance all at once, which is something that the official CLI does not support.

Try pandoc at Repology to find a Pandoc package for your operating system.