-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I have an individual problem with the HTMLDiff and it removing styling of lists.
Say I have the following text to compare:
<ol style="list-style-type:upper-latin;">
<li>No public officer or employee having the power or duty to perform an official act related to a contract or transaction which is the subject of an official act or action of the Town shall:
<ol>
<li>Have or thereafter acquire an interest in such contract or transaction unless said contract or transaction resulted from the proper bid process for the Town; </li>
</ol>
</li>
</ol>
Everytime it compares the above text, it strips the style of the ol, rending the lists basically useless. Is there a way I could keep the styling? I need it to maintain the lists in our manuals but I would like to maintain the lists as they are originally, not with the list style stripped out.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels