htmldiff.net
htmldiff.net copied to clipboard
Html Diff algorithm for .NET
I have written an application that takes a word document, let you change it and upload it again, then using Aspose, it turns this into HTML strings. When these strings...
If you change the text in a table and delete the next row, the match algorithm in some way cannot detect the changes properly and will cause the `` to...
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:...
If in the compared HTML I have accented characters like "é". They will always be shown as both deleted and inserted in the diff. Even if there are no changes...
1) script starts cssConstPopupClose = "nice"; var css = css || {}; css.archive = {}; css.archive.serverUrl = "https://google.com.au"; css.archive.disabled = false; css.archive.tenant = "css-lhb"; css.archive.mock = false; ends script 2)...
Hi, Smallcaps and allcaps formatting are not compared in the HTMLDiff. The other formattings are well compared. I had tried also by using style attribute. Can you tell is there...
Issue: Project failed to preview the except output. observe the following scenario: Base file content html code: Abc Modified file content html code : abc Output: Abc10pt">abc 10pt"> should be...
Is the code on github the most recent copy? Here are my two input strings - 1) "By virtue of an agreement between xxx and the yyy schools, ..." 2)...
There is no mechanism to show inserted or deleted tags like image tags. I propose adding the following: private static readonly string[] SpecialCaseWordTags = { "
The HTML returned by comparing two files generated tags without closing, which caused misinterpretation in the browser and excessive tabulation with lists. **HTML generated by library:** The `` tag was...