Bulletproof list
Hello.
I am using MJMl for work and I find difficult to create list which will be consistent across all mailboxes including Outlook which is usually causing issues. At the moment I need to fix bugs post build but as we all now post build is really bad practice. I've seen that there are dependencies like this one: https://premail.dev/docs/components/mjml-bullet-list/
I was not using it but if it would be working well maybe it should be included in official mjml components or community components? Thank you
In previous release we've deprecated and removed bullet-list as most of the time you can "avoid" using them. Only issue I have is it's a bit heavy to write :
<mj-text> something... bla bla html</mj-text>
<mj-list><mj-li>...</mj-li><mj-li>...</li></mj-list>
<mj-text> something... bla bla html</mj-text>
Plus the mj-list render a table + a new list for each bulletpoint I'm not sure this is the right approach here.
I know that https://lists.cm/ has code for that, and we maybe need to do something in mj-text to identify and replace the list but that's not an easy thing to do :D
@iRyusa I cannot find mj-list in documentation. Is there a reason for this? Maybe not fully supported yet?
In previous release we've deprecated and removed bullet-list as most of the time you can "avoid" using them.
mj-list was in MJML3 and removed in MJML4.