davidar / pandiff

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

Compared 2 md files and output diff to html ~ some list items (<li>) are not processing correctly. #30

Open robp-tw opened 2 years ago

robp-tw commented 2 years ago

I ran pandiff with this command:

pandiff 1.md 2.md -s -o diff.html

1.md and 2.md are different versions of the same content

This screenshot shows the original output (red) compared with expected output (green).

image


For extra points: In the last diff, why is 'dummy' changed to "dummy" ?