You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTMLDiffer will take strings or files and return three html diffs: deleted diff, inserted diff, and a combined diff (showing both the deleted and inserted highlights). To use this in a library:
18
18
HTMLDiffer will
19
-
+ surround any text-level changes with `<span class="htmldiffer-[insert|delete]>`
19
+
+ surround any text-level changes with `<span class="htmldiffer_[insert|delete]>`
20
20
+ insert htmldiffer classes (`class="htmldiffer-tag-change_[insert|delete]`) into any tag-level changes (that is, if a tagname has changed, or any attribute inside a tag has changed)
0 commit comments