Skip to content
New issue

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

Image differences are not highlighted #13

Open
ss2020a opened this issue Jan 15, 2021 · 0 comments
Open

Image differences are not highlighted #13

ss2020a opened this issue Jan 15, 2021 · 0 comments

Comments

@ss2020a
Copy link

ss2020a commented Jan 15, 2021

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.

picture 1

'; let newHTML = `

This is first line

Overview

This is a nice javascript tool to show the difference

Heading2

I think we shoulduse this tool.

picture 2

'; // 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant