killercup / trpl-ebook

UNMAINTAINED
http://killercup.github.io/trpl-ebook/
478 stars 56 forks source link

Fixup options.rs for changes in pandoc arguments #54

Closed pjakma closed 1 year ago

pjakma commented 6 years ago

Recent pandoc has removed or changed certain arguments, and will fail with the current manner in which pandoc is invoked. Which then causes a panic in libcore/result.rs, and fail.

Fixup the arguments so it works with (at least) pandoc 2.0.6, as shipped by Fedora 28.

This will presumably break with the earlier versions of pandoc.