danschultzer / premailex

Preflight for your HTML emails - inline styling and plain text.
MIT License
172 stars 20 forks source link

Preserve conditonal comments #37

Closed danschultzer closed 5 years ago

danschultzer commented 5 years ago

This will preserve conditonal comments in inlined HTML like:

<!--[if (gte mso 9)|(IE)]>
<hr/>
<![endif]-->

It still strips all other comments.

Resolves #36