Displays raw HTML that is not going to be parsed by the MJML engine. Anything left inside this tag should be raw, responsive HTML.

mj_raw(...)

Arguments

...

Unnamed items that comprise this list of MJML tags.

See also

Examples

mj_ml( mj_body( mj_column( mj_raw("<h1>Raw HTML</h1>") ) ) )
#> <mjml> #> <mj-body> #> <mj-column> #> <mj-raw>&lt;h1&gt;Raw HTML&lt;/h1&gt;</mj-raw> #> </mj-column> #> </mj-body> #> </mjml>