[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74998":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":15,"starSnapshotCount":15,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},74998,"emailmd","unmta\u002Femailmd","unmta","Render markdown into email-safe HTML","https:\u002F\u002Fwww.emailmd.dev\u002F",null,"TypeScript",1253,34,3,0,4,27,57.33,"MIT License",false,"main",[],"2026-06-12 04:01:16","# Email.md\n\n### Write markdown. Ship emails. No HTMHELL.\n\nEmail.md converts markdown into responsive, email-safe HTML that works across Gmail, Outlook, Apple Mail, Yahoo, and every other client.\n\n![Email.md](https:\u002F\u002Fimgs.emailmd.dev\u002Fss\u002Fgithub_splash.png?1)\n\n## Install\n\n```bash\nnpm install emailmd\n```\n\n## Quick Start\n\n```typescript\nimport { render } from \"emailmd\";\n\nconst { html, text } = await render(`\n# Welcome!\n\nThanks for signing up.\n\n[Get Started](https:\u002F\u002Fexample.com){button}\n`);\n\n\u002F\u002F html → complete email-safe HTML\n\u002F\u002F text → plain text version for text\u002Fplain MIME part\n```\n\n> **v0.3.0 migration:** `render()` is now async. Update calls from `render(md)` to `await render(md)`. Requires Node 20+ (MJML 5).\n\n## CLI\n\nEmail.md also ships with a command-line interface.\n\n```bash\n# Render to HTML\nemailmd input.md\n\n# Write to file\nemailmd input.md -o output.html\n\n# Plain text output\nemailmd input.md --text\n\n# Pipe from another command\necho \"# Hello\" | emailmd\n```\n\nRun `emailmd --help` for all options.\n\n## Learn More\n\n- [Docs](https:\u002F\u002Fwww.emailmd.dev\u002Fdocs) — full syntax reference, theming, frontmatter, directives, and API\n- [Templates](https:\u002F\u002Fwww.emailmd.dev\u002Ftemplates) — ready-made email templates you can copy and customize\n- [Builder](https:\u002F\u002Fwww.emailmd.dev\u002Fbuilder) — live editor to write and preview emails in your browser\n\n## AI\n\nEmail.md is just markdown, so AI is great at writing templates. Feed the full docs to your AI tool:\n\n```\nhttps:\u002F\u002Fwww.emailmd.dev\u002Fllms-full.txt\n```\n\n## Contributing\n\nContributions are welcome! Feel free to open an [issue](https:\u002F\u002Fgithub.com\u002Funmta\u002Femailmd\u002Fissues) or submit a [pull request](https:\u002F\u002Fgithub.com\u002Funmta\u002Femailmd\u002Fpulls).\n\n> Email.md is under active development. The API may change between minor versions until we hit 1.0.\n\n## Acknowledgements\n\n- Built with [MJML](https:\u002F\u002Fmjml.io) under the hood\n- Sponsored by [unMTA](https:\u002F\u002Fwww.unmta.com)\n\n## License\n\nMIT\n","Email.md 是一个将 Markdown 转换为适用于电子邮件的响应式 HTML 的工具。其核心功能包括将 Markdown 语法转换成兼容 Gmail、Outlook、Apple Mail 等主流邮件客户端的 HTML 格式，并且支持通过 Node.js 库或命令行接口进行操作，方便开发者快速集成到项目中。此外，Email.md 支持异步渲染以及生成纯文本版本的内容，确保了在各种设备和客户端上的良好显示效果。该工具非常适合需要发送格式化电子邮件但又希望简化开发流程的应用场景，如新闻通讯、系统通知等。",2,"2026-06-06 03:52:56","high_star"]