html-parse-stringify2
html-parse-stringify2 copied to clipboard
Doesn't catch invalid HTML well.
This doesn't parse as you would expect it to...
<div>
<span>Level One</span>
<div>
<span>Level Two</span>
</p>
</div>
</div>