Skip to content
New issue

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

Allow HTML tags inside <mj-preview> #499

Open
dbackeus opened this issue Dec 18, 2024 · 0 comments
Open

Allow HTML tags inside <mj-preview> #499

dbackeus opened this issue Dec 18, 2024 · 0 comments

Comments

@dbackeus
Copy link

dbackeus commented Dec 18, 2024

While migrating from mjml to mrml we hit an error on <mj-preview> with HTML content:

<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.

The documentation of mj-preview does not mention any particular restriction of contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant