Rohland / htmldiff.net

Html Diff algorithm for .NET
MIT License
288 stars 83 forks source link

Comparing words character by character #26

Open sr258 opened 7 years ago

sr258 commented 7 years ago

Can the library also be used to compare words character by character? I want to employ it to visualize typing mistakes to the user and I want markup like this:

expected: actual word typo: actuXXal word expected output: actu<ins class='mod'>XX</ins>al word