Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 307 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 307 Bytes

DiffWords

Takes in 2 pieces of strings and outputs html with the insertions and deletions marked with <ins> and <del> tags. Unlike most diff generators, continuous insertions and deletions are grouped together. Diffing is word based, instead of character based.

See the demo project for usage...