Show HN: Email.md – Markdown to responsive, email-safe HTML

Email.md is a tool that converts Markdown into responsive, email-safe HTML, simplifying the process of creating professional emails with features like dark mode support and custom components.
confirm-email.md
---
preheader: "Confirm your email address"
theme: dark
---
::: header
{width="200"}
:::
# Confirm your email address
Your confirmation code is below -
enter it in your open browser window
and we'll help you get signed in.
::: callout center compact
# DFY-X7U
:::
If you didn't request this email,
there's nothing to worry about,
you can safely ignore it.
::: footer
Acme Inc. | 123 Main St
[Unsubscribe](https://example.com/unsub)
:::
Preview
$npm install emailmd
Source: Hacker News









