html-minifier icon indicating copy to clipboard operation
html-minifier copied to clipboard

`ins` and `del` should be in `inlineTextTags`.

Open JadedBlueEyes opened this issue 7 years ago • 1 comments

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.

JadedBlueEyes avatar Jan 02 '19 18:01 JadedBlueEyes

This should have been improved in HTML Minifier Next (maintained successor), if this is still of interest.

j9t avatar Nov 26 '25 15:11 j9t