GrapesJS / mjml

Newsletter Builder with MJML components in GrapesJS
http://grapesjs.com/demo-mjml.html
BSD 3-Clause "New" or "Revised" License
624 stars 222 forks source link

<mj-image /> not enclosing correctly on visual editor #279

Closed Qu4k3 closed 2 years ago

Qu4k3 commented 2 years ago

Hi, For more than 1 month, and after updating to the latest versions, the problem still persists:

I find that when importing a MJML, the texts that follow the images are lost. The tag is not correctly self closing.

grapesjs-1

The tag is not self-closing and wraps all the text that follows it.

image

What should be displayed:

image

The tag is not self-closing and wraps all the text that follows it.

image

But aparrently, when clicking on export, all the information is correct

image

image

DRoet commented 2 years ago

duplicate of https://github.com/artf/grapesjs-mjml/issues/149