A bit of a crazy suggestion, but could this project depend on `mjml-browser` instead of `mjml`? Are there huge benefits or disadvantages in this choice? The `mjml-browser` plugin mentions 2: * mj-include tags are unavailable and will be ignored. * features involving the .mjmlconfig file are unavailable, which means no custom components. I think both points are mostly covered by the fact that this library uses react. We can make out own react based components, same goes for `mj-include`. _Originally posted by @Bertg in https://github.com/Faire/mjml-react/issues/89#issuecomment-1434875793_ related issues: - https://github.com/Faire/mjml-react/issues/93 - https://github.com/Faire/mjml-react/issues/90 - https://github.com/Faire/mjml-react/issues/89