foundation / foundation-emails

Quickly create responsive HTML emails that work on any device and client. Even Outlook.
https://get.foundation/emails/docs/
MIT License
7.76k stars 1.09k forks source link

converts custom tags to html attributes #903

Open rakesh0r opened 6 years ago

rakesh0r commented 6 years ago

How can we reproduce this bug?

while parse the template in inky, parses template wrongly {{{{raw}}}}<#if variable??>{{{{/raw}}}} becomes to <#if variable??="">

What did you expect to happen?

How to avoid attribute parsing ?

What happened instead?

What email clients does this happen in?

listao commented 5 years ago

Yes, I am having the same issues with erb statements as well...