You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to output a link for my CRM that is a liquid tag (that will be replaced by my CRM at the time of effectively sending email)
It's actually the default unsubscribe tag for customer.io: {% unsubscribe_url lang='en' %}
hmm, I'm up for some version of this but I'm not sure the best way to implement. I think we'd either need to re-parse the output from mjml-react or figure out a way that they can support it via an option.
Describe the bug
I'm trying to output a link for my CRM that is a liquid tag (that will be replaced by my CRM at the time of effectively sending email)
It's actually the default unsubscribe tag for customer.io:
{% unsubscribe_url lang='en' %}
To Reproduce
My code is pretty much this:
The html output is as follow
As you can see, apostrophes have been encoded which will make my CRM unable to use that template.
Expected behavior
we could have an option to prevent output html to encode some character and result in
The text was updated successfully, but these errors were encountered: