Paste to Markdown Converter
Select and copy formatted content from anywhere — a document, an email, a webpage — then paste it below. The formatting (headings, bold, links, lists) converts to Markdown, not just the plain text.
FAQ
How is this different from the HTML to Markdown tool?
That one expects raw HTML source code pasted as text. This one reads the formatted clipboard content you get from an ordinary copy — select text in a doc or webpage, copy it, and paste here without needing to see or touch any HTML.
Why does a plain-text paste sometimes lose formatting?
Some apps only put plain text on the clipboard, not formatted HTML — in that case there's no formatting to preserve, so it converts as plain paragraphs. Word processors, Notion, and Google Docs all include formatted HTML on copy.
Does this call any API?
No. Conversion happens entirely in your browser using the turndown library — the content you paste is never sent anywhere.