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.
- Host: GitHub
- URL: https://github.com/dj-nitehawk/worddiff
- Owner: dj-nitehawk
- License: mit
- Created: 2019-01-30T09:38:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T05:53:10.000Z (over 6 years ago)
- Last Synced: 2025-01-28T05:27:39.526Z (4 months ago)
- Topics: csharp, diffing, inline-diff-comments, word-diff
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.