Your software
My Mautic version is: 3.3.4
My PHP version is: 7.3.30
My Database type and version is: mysql 5.0.12
Your problem
My problem is:
Mautic Builder (in Code Mode) is automatically replacing: <code><script async src="https://domain.com"></script></code>
to <code><script async src="https://domain.com"></script></code>
Which I don’t want… I need to have the < and > properly displayed inside the <code></code> tags.
The question is ; “How do you display a code snippet inside an email”?
Any special syntax?
Or, how to prevent Mautic from replacing < and >?
I just tested in my environment and got the same behavior, even with the code mode the code get replaced. - this is definitely a bug
I tried <code>&lt;p&gt;this is a paragraph&lt;/p&gt;</code>
so, basically I replace the & with & which then would make mautic replace the just the ampersand symbol, but then there was an error when sending the e-mail.
I would try to create this e-mail as template, don’t make the snippet editable, just as part of the template because I don’t think the template fixed code would be affected by mautic html parser