Skip to content

Commit

Permalink
Add mjml-python to ports, and update missing implementation for MRML.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgd020 authored and iRyusa committed Mar 18, 2024
1 parent 7919644 commit 444aad1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 444aad1

Please sign in to comment.