Maxime Brazeilles

Results 284 comments of Maxime Brazeilles

That's a sad and known issue with `html-attributes`. We should add a warning for that (and won't work too with templating langage with lookalike tag). I'm not sure about the...

I don't think our current architecture would support such thing

You have to split those 6 columns in 2 sections.

There's no way to have such a layout in MJML in any way, it's best to stick to content stacking to have a proper reading experience on any mobile, `mj-group`...

Yes you can still manually end the table; but there's no real "way" to summarize this behind an attribute or a new tag because this need manual editing at some...

There's like a LOT of thing to test for a simple change like that every attributes that can interact with ghost table might break because of simple change like that....

Well, I understand the need but we try to avoid client-specific attributes. We had a super edge case on outlook.com where we wanted to provide both behavior. We might need...

Clearly a bad side effect of inheritance that we wanted originally. We should filter null values instead 👍

Should be fixed in recent MJML version.

Well the relative path will be relative to the output file, so if you compile your index.mjml then it should be `./partials/sponsor_image.jpg` Absolute path should work fines in this case...