An open API service indexing awesome lists of open source software.

https://github.com/dj-nitehawk/worddiff

A class library for diffing two blocks of text word-by-word and marking the differences with <ins> and <del> tags.
https://github.com/dj-nitehawk/worddiff

csharp diffing inline-diff-comments word-diff

Last synced: 2 months ago
JSON representation

A class library for diffing two blocks of text word-by-word and marking the differences with <ins> and <del> tags.

Awesome Lists containing this project

README

        

# WordDiff

A .Net class library for doing a word based text diff (instead of character based).

Uses [DiffPlex](https://github.com/mmanela/diffplex) internally to do a word-by-word diff, and merge both pieces of input together and marks the insertions and deletions with `` and `` html tags.