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