mj_title: Title

Description Usage Arguments See Also Examples

View source: R/head.R

Description

This tag allows you to set the title of an MJML document.

Usage

1

Arguments

...

Unnamed items that comprise this list of MJML tags.

See Also

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

Examples

1
2
3
4
5
mj_ml(
  mj_head(
    mj_title("Hello MJML")
  )
)

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