Lint an email
lintCheck emailmd markdown for deliverability, accessibility, and readability issues like missing alt text, HTTP links, Gmail clip limit, spam triggers, and more. Fix warnings before sending.
Instructions
Check emailmd markdown for deliverability, accessibility, and readability problems without rendering it: missing alt text, http:// links, Gmail's 102KB clip limit, generic link text, spam-trigger phrases, and more. Fix warnings before sending; suggestions are sometimes intentional (e.g. transactional emails without an unsubscribe link).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The emailmd markdown document, optionally starting with YAML frontmatter. | |
| partials | No | Named markdown partials spliced in wherever the document says "::: include <name>". |