The mjml-engine
is the core of the MJML renderer. It exposes the MJML parser and the MJML-to-HTML transpiler.
The engine is composed of multiple parts:
Parse the markup MJML string and return a JSON representation
Turn a JSON MJML representation and returns an HTML string using react components
Contains the standard MJML elements exposed to the API
Please refer to the release section to get more details about the diferent improvements
Please make sure to check the closed issue and to tag your issues with the engine
tag