mj_raw: Raw

Description Usage Arguments See Also Examples

View source: R/body.R

Description

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

Usage

1

Arguments

...

Unnamed items that comprise this list of MJML tags.

See Also

https://mjml.io/documentation/#mjml-raw

Examples

1
2
3
4
5
6
7
mj_ml(
  mj_body(
    mj_column(
      mj_raw("<h1>Raw HTML</h1>")
    )
  )
)

JohnCoene/mjml documentation built on June 21, 2020, 11:42 a.m.