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

if condition on html with less than condition #147

Open josevenancio9 opened 1 year ago

josevenancio9 commented 1 year ago

I need to add an if condition on my html with the less than zero like this "@if($variable < 0)" but by adding this all code after the character "<" is removed by using the releaseTheKraken method.

How can I add a condition to the html like this one and say to ignore this character?