- 
                Notifications
    You must be signed in to change notification settings 
- Fork 111
Open
Description
x
<script>
let originalHTML = `
    This is first line
Overview
This is a nice javascript tool to show the difference
Heading2
I think we shoulduse this tool.
'; let newHTML = `This is first line
Overview
This is a nice javascript tool to show the difference
Heading2
I think we shoulduse this tool.
'; // Diff HTML strings let output = htmldiff(originalHTML, newHTML); document.getElementById("output").innerHTML = output; </script>Problem:
The change in img src is not added with del and ins tags
Metadata
Metadata
Assignees
Labels
No labels

