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
1.2.2
4.14.1
Mac
v18.16.0
1.22.19
<ml-li> elements do not support HTML inside the element. I believe this is because it isn't declared as an ending tag, eg <ml-text>.
<ml-li>
<ml-text>
This prevents common inline HTML like <b>, <i>, <sup> from being used:
<b>
<i>
<sup>
Line 109 of example.mjml (sup) — Element sup doesn't exist or is not registered
Inline HTML elements should work.
Add a <sup> to a <mj-li>
<mj-li>
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MJML Bullet List version
1.2.2
MJML version
4.14.1
What operating system are you using?
Mac
Node version
v18.16.0
npm or yarn version
1.22.19
Current behavior
<ml-li>
elements do not support HTML inside the element. I believe this is because it isn't declared as an ending tag, eg<ml-text>
.This prevents common inline HTML like
<b>
,<i>
,<sup>
from being used:Expected behavior
Inline HTML elements should work.
Steps to reproduce
Add a
<sup>
to a<mj-li>
Relevant log output
Line 109 of example.mjml (sup) — Element sup doesn't exist or is not registered
Related code
Brand®Preferred solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: