html-minifier
html-minifier copied to clipboard
`ins` and `del` should be in `inlineTextTags`.
The tags ins and del should be in inlineTextTags. In markdown, the text *hi* I ~~hate~~ love cake becomes <em>hi</em> I <del>hate</del> love cake, but when minified that becomes <em>hi</em> I<del>hate</del>love cake, rendering as "hi Ihatelove cake". This is wrong and I assume it's not what most people want.
This should have been improved in HTML Minifier Next (maintained successor), if this is still of interest.