davidar / pandiff

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

produce diff even if images are missing #36

Open monperrus opened 1 year ago

monperrus commented 1 year ago

When images are missing, pandoc fails with

pandoc: /Sites/Handelshogskolan/Static/Images/apsia.svg: withBinaryFile: does not exist (No such file or directory)

And then pandiff does not output any diff.

It would be great that pandiff gracefully handles missing images.

Thanks for the great tool!