phyllisstein / Pandown

A powerful, versatile, highly Subliminal Pandoc build wrapper for ST2/3
64 stars 12 forks source link

Pandown is not working with pandoc version<2.0 #32

Open gjimenezUCM opened 6 years ago

gjimenezUCM commented 6 years ago

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.