Pandoc 2 changed smart and parse-rawfrom command arguments to filters, and removed normalize. The reference-odt and reference-docx options were also merged into reference-doc.
This PR makes those changes within Pandown; the items formerly in "command_arguments" are moved to the bottom of the "markdown_extensions" section.
Pandoc 2 changed
smart
andparse-raw
from command arguments to filters, and removednormalize
. Thereference-odt
andreference-docx
options were also merged intoreference-doc
.This PR makes those changes within Pandown; the items formerly in "command_arguments" are moved to the bottom of the "markdown_extensions" section.