Skip to content

Image differences are not highlighted #13

@ss2020a

Description

@ss2020a
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions