We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An ordered and Unordered list is not supported in HTML diff Library when I am comparing two different HTML code.
Below I am stating an example which will brief you as follows:-
old html Code with unordered list view
<ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul>
new html Code with ordered list view
<ol><li>Coffee</li><li>Tea</li><li>Milk</li></ol>
It is not showing up any difference when I am using the same library.
For reference I am pasting the sceenshot regarding the above example.
Please review and Let us know your thoughts and suggestions over it.
The text was updated successfully, but these errors were encountered:
To be honest, I don't actually understand the code in this project. I merely ported it from the C# HTMLDiff.Net project.
I also don't quite understand what you want it to do. Should it wrap the whole list in <ins class="diffmod"> and <del class="diffmod"> tags?
<ins class="diffmod">
<del class="diffmod">
If you want to fix it yourself and create a pull request, I'd be happy to approve it.
Sorry, something went wrong.
No branches or pull requests
An ordered and Unordered list is not supported in HTML diff Library when I am comparing two different HTML code.
Below I am stating an example which will brief you as follows:-
<ul><li>Coffee</li><li>Tea</li><li>Milk</li></ul>
<ol><li>Coffee</li><li>Tea</li><li>Milk</li></ol>
It is not showing up any difference when I am using the same library.
For reference I am pasting the sceenshot regarding the above example.
Please review and Let us know your thoughts and suggestions over it.
The text was updated successfully, but these errors were encountered: