-
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 not placed at the right position #600
Comments
Hi @Almya Well this is a tricky things to fix because how hard it is to generate outlooks conditionnal comments in current MJML 3.X branch ( mostly because of react ). I think this is fixable in MJML 4, because we have more controls over outlook comments. Keep in mind that we don't recommend using loop with mj-raw, because MJML engine has some work to do ( generate proper media queries, outlook table, etc ), best approach with MJML 3 is to apply templating language before sending it to MJML engine |
Hi @iRyusa Great, thanks. Do you have an idea when MJML 4 will be released ? |
Well MJML 4 is a complete rework from scratch ( https://medium.com/mjml-making-responsive-email-easy/hey-were-entirely-rebuilding-mjml-from-scratch-announcing-mjml-v4-ae92f83b725b#.eov2ic7ng ) but we currently have no ETA for the first beta yet |
Quick update here, it's now OK on branch |
The first beta for MJML 4 was released so I'm closing, install with |
As said in the title, I want to mix mjml with a rendering template but the tag does not position well. It seems that it doesn't wrap the commented tags well.
If I try to wrap a section with a twig tag
the result is
But the result should be
Same if I try to use a for loop between columns
the result in the section is
But the result should be
The text was updated successfully, but these errors were encountered: