Add option to keep escape sequences as is
codingjerk opened this issue · 2 comments
codingjerk commented
minify-html minifies <
to <
(without semicolon).
I'm not sure if it breaks any standards, but it breaks HTML emails in gmail in my case.
chrispy-snps commented
This is definitely a bug. We encountered it too.
Ideally, this should be fixed and handled correctly by default, without any additional options needed.
Rongronggg9 commented