-
Notifications
You must be signed in to change notification settings - Fork 968
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
<mj-raw> in <mj-head> doesn't work (content of mj-raw doesn't appear in rendered <head>) #1338
Comments
Hi, |
Thanks! Looking forward to 4.2! |
This seems to not work in 4.3. |
@donni106 That would be a regression then - I can confirm this works (writes a meta tag into html header) in 4.2.0:
Just an idea - did you check if you call this inside mj-head? |
No regression, more likely a version conflict on @donni106 side. Let's keep the conversation in #82 (comment) to avoid spreading it across multiple issues. |
Reproduction Steps:
I put a following block in
<mj-head>
, expecting the meta tag to appear in rendered html.Expected behavior:
<meta>
shows up in<head>
section of rendered html.Observed behavior:
<meta>
tag is not there.However, this hack works:
MJML version:
4.0.3
The text was updated successfully, but these errors were encountered: