UNPKG

node-htmldiff

Version:

Diff and markup HTML with <ins> and <del> tags

19 lines (14 loc) 334 B
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8"/> </head> <body> <p>This is some text.</p> <figure> <img src="before.png" alt="This is an image" /> <figcaption>This is an image</figcaption> </figure> An anchor to <a href="http://www.idesis.com">idesis GmbH</a>. </body> </html>