Description Usage Arguments See Also Examples
Displays a horizontal divider that can be customized like a HTML border.
1 |
... |
Unnamed items that comprise this list of MJML tags. |
https://mjml.io/documentation/#mjml-divider
1 2 3 4 5 6 7 | mj_ml(
mj_body(
mj_text("Some text"),
mj_divider(),
mj_text("The rest of the body")
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.