Coder Social home page Coder Social logo

Comments (7)

arnaudbreton avatar arnaudbreton commented on May 19, 2024 13

Hi @romainyakarouler,

In my opinion, the role of MJML is to render a responsive HTML email layout. That said, for your use-case, I would recommend to wrap all the handlebars templating tags with an mj-raw tag so the engine keep them when rendering the MJML.

Once you have the HTML code, you can pass it to handlebar, with the right execution context so it outputs an HTML ready to be sent.

Does it make sense to you? Hope I haven't missed something here!

Let us know how that works for you!

from mjml.

WeshGuillaume avatar WeshGuillaume commented on May 19, 2024

That's a point, but allowing multiple template languages would be heavy right? Maybe we could implement a preprocessor in another repo like mjml-hbs

from mjml.

fabien avatar fabien commented on May 19, 2024

Would it be necessary to wrap those handlebar tags in mj-raw to even keep them in the final output? I would expect those to be treated as verbatim text, but perhaps this is not possible as you say? What about non mj tags like <h1>, do we need to wrap them as well? Ideally, allowing some basic tags would make sense.

from mjml.

arnaudbreton avatar arnaudbreton commented on May 19, 2024

@fabien, yes, for now it is a known limitation of our engine. Because of the way we parse the DOM, we need a tag to wrap even basic text/HTML element/tags. This is actually the main reason why we needed to introduce such tag. That said, this is obviously something we're aiming to improve in a near future.

Keep you posted on our progress here!

from mjml.

arnaudbreton avatar arnaudbreton commented on May 19, 2024

Hey @romainyakarouler, did my comment help you moving forward on your issue? Thanks!

from mjml.

goldensunliu avatar goldensunliu commented on May 19, 2024

@arnaudbreton would be nice to have an example for the mj-raw to wow the users right away. currently the documentation seems very minimal

from mjml.

pmorch avatar pmorch commented on May 19, 2024

Also worth noting that <mj-raw> tags (apparently) need to be inside either <mj-head> or <mj-body>.

from mjml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.