4.2.18 • Published 5 years ago

mjml-raw-pathable v4.2.18

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

mjml-raw

Displays raw HTML that is not going to be parsed by the MJML engine. Anything left inside this tag should be raw, responsive HTML. If placed inside <mj-head>, its content will be added at the end of the <head>.

<mjml>
  <mj-body>
    <mj-raw>
      <!-- Your content goes here -->
    </mj-raw>
  </mj-body>
</mjml>