Turn a simple unfolded email header block and plain-text body into a Markdown note.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Before the first blank row, unfurled Name: value lines become metadata; Subject becomes the H1 and other fields form a table. In the body, four-space indentation becomes a blockquote and convenience patterns link HTTP(S) URLs and simple email-shaped tokens.
From: [email protected] To: [email protected] Subject: Q1 Sprint Planning Date: Mon, 13 Jan 2025 10:00:00 -0500 Hi Bob, The sprint backlog is ready at https://example.com/board/q1 Please review and reach out to me or [email protected] with questions. Best, Alice
# Q1 Sprint Planning | Field | Value | |-------|-------| | **From** | [email protected] | | **To** | [email protected] | | **Date** | Mon, 13 Jan 2025 10:00:00 -0500 | --- Hi Bob, The sprint backlog is ready at [https://example.com/board/q1](https://example.com/board/q1) Please review and reach out to me or [[email protected]](mailto:[email protected]) with questions. Best, Alice
Support mail becomes incident notes, mailing-list posts enter repositories, and project updates preserve selected headers above their body.