mj_container.Rd
Create a container.
mj_container(...)
Unnamed items that comprise this list of MJML tags.
mj_ml( mj_body( mj_container( mj_text("Some text") ) ) )#> <mjml> #> <mj-body> #> <mj-container> #> <mj-text>Some text</mj-text> #> </mj-container> #> </mj-body> #> </mjml>