-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
Adding or removing a lone image inside a paragraph tag when the paragraph above also has a change doesn't show as an addition or a deletion for the image. Tested on http://php-htmldiff.caxy.com/ with this code:
OLD HTML:
<p>this is a test</p>
<p>new test</p>
<p><img src="https://storage.googleapis.com/gweb-uniblog-publish-prod/static/blog/images/google-200x200.7714256da16f.png" alt="" /></p>
<p></p>
<p></p>
NEW HTML:
<p>this is a test</p>
<p></p>
<p></p>