We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While migrating from mjml to mrml we hit an error on <mj-preview> with HTML content:
mjml
mrml
<mj-preview>
<mjml> <mj-head> <mj-preview> <b>bold here</b> not bold here </mj-preview> </mj-head> </mjml>
This works in mjml but raises unexpected token at position 42..44 error in mrml due to the presence of the <b> tag.
unexpected token at position 42..44
<b>
The documentation of mj-preview does not mention any particular restriction of contents.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While migrating from
mjml
tomrml
we hit an error on<mj-preview>
with HTML content:This works in
mjml
but raisesunexpected token at position 42..44
error inmrml
due to the presence of the<b>
tag.The documentation of mj-preview does not mention any particular restriction of contents.
The text was updated successfully, but these errors were encountered: