diff-match-patch
diff-match-patch copied to clipboard
could generate something like git diff unified format by diff-match-patch?
I was wonder how could diff-match-patch generate a unified formate, so that we could use this unified formate to generate a beautiful diff side-by-side using [diff2html]https://github.com/rtfpessoa/diff2html
For now, the text string generated by method patch_toText, could not be parsed because it's not a standard formate like what git diff and linux diff command diff -u -N file1 file2.
Could anyone be helpful and tell me how to solve this issue? Much appriciated if anyone could help~
Hey were you able to solve this?
Was this solved?
any updates?