Reputation: 1026
I am using this code of snippet
<mj-text align="center">
© 2018 or © or ©
</mj-text>
and this code printing unnecessary  ,like this © . how can i print copyright symbol in mjml ?
Upvotes: 2
Views: 1062
Reputation: 66
You can try it like this:
<mj-text align="center">Copyright  ©  </mj-text>
This works fine with mjml 4.0. .
Upvotes: 2