wilsonzlin/minify-html

Add option to keep escape sequences as is

codingjerk opened this issue · 2 comments

minify-html minifies < to &LT (without semicolon).

I'm not sure if it breaks any standards, but it breaks HTML emails in gmail in my case.

This is definitely a bug. We encountered it too.

Ideally, this should be fixed and handled correctly by default, without any additional options needed.

Probably duplicate of #109 and #139. But the "fix" (adding such an option) is not released yet...