MJML is a popular markup language for designing responsive email templates. Dittofeed’s email editor supports MJML markup, which reduces the amount of HTML required to design mobile-friendly emails.Documentation Index
Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt
Use this file to discover all available pages before exploring further.
Using MJML In Dittofeed’s Template Editor
A MJML document starts with a<mjml> tag. It can contain only <mj-head> and <mj-body> tags, which serve the same purpose of <head> and <body> tags in HTML documents.
<mj-image> tag, and a <mj-divider> separating the image from the text. The <mj-text> tag is rendering a Liquid object property called user.firstName. The result looks like this:

MJML’s documentation.

