View Source ExMjml
NIF for converting MJML to HTML output.
installation
Installation
def deps do
[
{:ex_mjml, "~> 1.0.0"}
]
end
usage
Usage:
ExMjml.to_html("<mjml><mj-head></mj-head></mjml>")
{:ok, "<!doctype html><html xmlns=..."}