mjmlio / mjml

MJML: the only framework that makes responsive-email easy
https://mjml.io
MIT License
17.02k stars 959 forks source link

MJ-image tags and HTML 5 #925

Closed masfi closed 6 years ago

masfi commented 6 years ago

Is there any way in the mjml library to stop using self-closing tags like the issue with https://github.com/artf/grapesjs-mjml/issues/41?

ngarnier commented 6 years ago

Hi @masfi,

Seems the issue is with using self-closing tag (<mj-image />) in grapejs-mjml, to avoid it just use the normal closing tag (<mj-image></mj-image>) as it's supported too in MJML and won't cause any issue in grapejs.

Also seems that the issue was solved anyway in grapejs in the meantime.