node-htmldiff
Version:
Diff and markup HTML with <ins> and <del> tags
19 lines (14 loc) • 349 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>That is some more text.</p>
<figure>
<img src="after.png" alt="This is another image" />
<figcaption>This is another image</figcaption>
</figure>
An anchor to <a href="https://www.idesis.com">idesis GmbH</a>.
</body>
</html>