Open
Description
After the last update, Pandown is not working with pandoc version<2.0. Maybe readme.md should be updated with this fact (it still talks about version >=1.10.
Pandoc update solves the problem on MacOSX. However, project config files should be updated removing "normalization", "smart" and "parse-raw" entries.
On Windows, however, the problem persists even after updating pandoc and even removing old project config files. The log displays the following message:
--parse-raw/-R has been removed. Use +raw_html or +raw_tex extension.
--smart/-S has been removed. Use +smart or -smart extension instead.
For example: pandoc -f markdown+smart -t markdown-smart.
--normalize has been removed. Normalization is now automatic.
Try pandoc --help for more information.
Metadata
Metadata
Assignees
Labels
No labels