Hi,
Is there a way to have Marketo not escape HTML of a specific email module? Currently the system is encoding "&" to "amp;" and it breaks a third party tool we are attempting to use. I didn't see any template specific syntax and am curious to see if anyone has a workaround.
Solved! Go to Solution.
If you use a Velocity token, you can control whether characters are encoded ($esc.html) or not.
But this 3rd-party tool sounds badly broken if it doesn’t get that ambiguous characters must be encoded in HTML.