
Email.md — Write Emails in Markdown and Convert to Responsive HTML (224pts HN)
A Show HN project is trending at 224+ points: Email.md — write your emails in Markdown and get responsive, email-safe HTML. If you've ever tried to send a formatted email programmatically, you know the pain: HTML email is a separate beast from web HTML Outlook ignores half of CSS Gmail strips styles Tables are still the layout primitive Every email client renders differently Email.md tries to solve this by letting you write Markdown and generating HTML that actually works across email clients. Why This Matters For developers sending programmatic emails: # Welcome to Our Service Hi {{name}}, Your account is ready. Here's what you can do: - **Dashboard** : View your metrics - **API Keys** : Generate access tokens - **Docs** : Read the documentation | Plan | Price | Limits | |------|-------|--------| | Free | $0 | 100 req/day | | Pro | $29 | 10K req/day | [ Get Started → ]( https://example.com/dashboard ) This Markdown gets converted to responsive HTML that works in Gmail, Outlook, Apple
Continue reading on Dev.to JavaScript
Opens in a new tab



