mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
848f6b51b2
They now return `Either OptInfo Opt`. Add `OptInfo` type. Add `handleOptInfo` function. This performs the IO actions for things like `--version` that were previously done in `parseOptionsFromArgs`. An argument for a `ScriptingEngine` has been added, to facilitate printing custom templates and custom extensions for Lua filters. (However, at this stage nothing is yet done with it.) [API change]
pandoc-cli
This package provides the command-line document-conversion program pandoc.
There is not much to this package; all of the work is done by
the libraries pandoc and pandoc-server.
License
© 2006-2022 John MacFarlane (jgm@berkeley.edu). Released under the GPL, version 2 or greater. This software carries no warranty of any kind. (See COPYRIGHT for full copyright and warranty notices.)