davidar / pandiff

Prose diffs for any document format supported by Pandoc
MIT License
285 stars 24 forks source link

updated for compatability with pandoc 3.0.1 #35

Closed thepudding closed 1 year ago

thepudding commented 1 year ago

Changes to pandoc created these errors:

Unknown option --atx-headers.

[WARNING] Deprecated: --self-contained. use --embed-resources --standalone

removed the --atx-headers argument and replaced the --self-contained argument.

this still leaves some tests not passing still, but the utility does successfully generate files.

davidar commented 1 year ago

Thanks!

tim-hilde commented 1 year ago

I still get an error: Unknown option --atx-headers

davidar commented 1 year ago

I just uploaded a new version to npm. There's still some test cases failing due to changes in pandoc's behaviour, though I guess that's still better than not working at all.