Chronis77
Chronis77
I still get the error: `"Line 22 (mjml) — Element mjml doesn't exist or is not registered"` and `"Line 22 (mj-body) — Element mj-body doesn't exist or is not registered"`....
Figured it out. `const mjml = opt.preMjml + editor.getHtml() + opt.postMjml;` Appends before the opening code and to the end. If you already have these tags in the code it...
If you include the tags: > > into your code it does not work. Your code appends those tags already, so you end up getting something like: > > >...