You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With mjml==0.10.0 I get the following unexpected results when passing in an mj-body tag inside mj-attributes within mj-head. Also, if I try this on the MJML test page the body properly gets a background color.
Thank you for the detailed description. I just tried it with the online editor and that one tells me that <mj-text> cannot be used inside mj-body: https://mjml.io/try-it-live/xo_HA0Xzex
Just wanted to mention that I could reproduce the issue and it seems to be very specific to mj-attributes applying to mj-body. I need to debug this a bit further.
With mjml==0.10.0 I get the following unexpected results when passing in an
mj-body
tag insidemj-attributes
withinmj-head
. Also, if I try this on the MJML test page the body properly gets a background color.Call with mj-body
Result has no content inside body:
Call with mj-html instead
I’m not sure mj-html is even supported in mjml, but you can also just remove it entirely and get the same result below:
Result has expected TESTTEST… content inside body:
The text was updated successfully, but these errors were encountered: