mjml-net icon indicating copy to clipboard operation
mjml-net copied to clipboard

.NET Fork of MJML library with 10x performance and (almost) all features.

Results 6 mjml-net issues
Sort by recently updated
recently updated
newest added

At the following line atribute `vertical-align=` instead of `valign=` is appended to attributes: https://github.com/SebastianStehle/mjml-net/blob/f834b2b4e4f99fd61ce5f32a34e0e86676680962/Mjml.Net/Components/Body/ColumnComponent.cs#L215

bug
wontfix

I am impressed by the performance and not having to request online service. but we couldnt work on production because we use .net core. is there any chance you port...

help wanted
good first issue

Is it possible to support <mj-style inline="inline"> at all?

enhancement
help wanted
good first issue
wontfix

Hi We are switching from version 1.24.0 to 3.11.0 and we have some strange behaviour on validation. From our test, using "SoftValidator.Instance" for validation on MjmlRenderer. * It does test...

When I run my mjml template in the mjml.io try-it-live my inline styles are applied as I was expecting. https://mjml.io/try-it-live/QMEUiLOGHD But when running through mjml.net using the anglesharp PostProcessors I...

Since `v4` the new `InlineCssPostProcessor` causes the default styles defined by mjml-net to be overwritten. I believe its caused on this line: https://github.com/SebastianStehle/mjml-net/blob/4aa0c64f46df824c0e96fc19232c690e9cdc780a/Mjml.Net.PostProcessors/InlineCssPostProcessor.cs#L37 From what I can tell this more...