Show HN: Email.md – Markdown to responsive, email-safe HTML
https://www.emailmd.dev/
Email.md - Responsive Emails, Written in Markdown
Turn markdown into responsive, email-safe HTML that renders perfectly across every client.
This appears to be a MJML wrapper with a Markdown→HTML converter attached to it. I think generating HTML from code is easier than generating Markdown, since there are many templating tools that understand HTML escaping. And writing HTML is not that hard, especially for your typical emails, so I'm not really sure if this library would be helpful in the long run.