From 444aad11c021838ee343bacd22c7f0066f35e101 Mon Sep 17 00:00:00 2001 From: Matthew Downey Date: Sun, 17 Mar 2024 23:36:27 +1100 Subject: [PATCH] Add mjml-python to ports, and update missing implementation for MRML. --- doc/ports.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/ports.md b/doc/ports.md index bb6965d67..02d5736ea 100644 --- a/doc/ports.md +++ b/doc/ports.md @@ -11,7 +11,6 @@ https://github.com/jdrouet/mrml ### Missing implementations / components: - `mj-style[inline]`: not yet implemented. It requires parsing the generated html to apply the inline styles afterward (that's how it's done in mjml) which would kill the performances. Applying it at render time would improve the performance but it would still require to parse the CSS. -- `mj-include`: not yet implemented. It requires to handle loading remote templates when using mrml in a wasm (browser or server side) format, which implies being able to load from a different location (`file://`, `https://`, relative, etc). ## .NET: MJML.NET @@ -44,6 +43,12 @@ https://github.com/faire/mjml-react#readme ## Python: mjml-python +Python wrapper for MRML, the MJML markup language implementation in Rust. + +https://github.com/mgd020/mjml-python + +## Python: mjml-python + Python implementation for MJML. https://github.com/FelixSchwarz/mjml-python