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.
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.