foundation / inky

Convert a simple HTML syntax into tables compatible with Foundation for Emails.
http://foundation.zurb.com/emails
673 stars 107 forks source link

RFC 2822 - 1000 characters limit per line - Inky removes line breaks before tags #127

Open versedi opened 3 years ago

versedi commented 3 years ago

We're having an issue where there line breaks before a tags are removed and also lines with long styling inline are inserted which overall exceed 1000 characters limit and is often break down like this on client side:

<t
able>

Which doesn't render correctly.

It would be nice to have an option to either: