mrml removes semantically relevant whitespace (compared to mjml).
This can cause adjacent elements to be rendered side by side, without a gap in between.
For reference, mjml (with minify enabled) collapses whitespace between the two span elements into a single space.
mrml
removes semantically relevant whitespace (compared to mjml). This can cause adjacent elements to be rendered side by side, without a gap in between.For reference,
space.
mjml
(with minify enabled) collapses whitespace between the twospan
elements into a singleInput
Observed behaviour
Expected behaviour
For reference, here's the full HTML output:
mrml
mjml --config.minify true