Paste to Markdown
Convert rich text or HTML to clean Markdown. Paste from Google Docs, Word, Notion, email or any web page and copy the result straight into ChatGPT, GitHub or your notes.
How it works
- 1Copy formatted text from anywhere: a web page, Google Docs, Word, Notion or an email.
- 2Paste it here with Ctrl+V (Cmd+V on Mac), or click Paste from clipboard.
- 3Copy the Markdown or download it as a .md file.
Frequently asked questions
How do I paste as Markdown?+
Copy the formatted text, click anywhere on this page and press Ctrl+V (Cmd+V on Mac). The converter reads the rich text from your clipboard and turns it into Markdown immediately. You can also click Paste from clipboard, or paste directly into the input box.
What formatting is preserved?+
Headings, bold, italic, strikethrough, links, images, numbered and bulleted lists, task lists, blockquotes, inline code, code blocks and tables (GitHub Flavored Markdown). Colors, fonts and font sizes have no Markdown equivalent and are dropped.
Does it work with Google Docs, Word and Notion?+
Yes. Google Docs in particular copies text with styling that trips up most converters: everything comes out bold and links are wrapped in a Google redirect. This tool handles those cases so you get clean headings, bold, italics, code, links and lists.
Can I convert HTML code?+
Yes. If you paste raw HTML source it is detected automatically and converted. There is also a dedicated HTML to Markdown converter with a plain code input.
Why convert text to Markdown for ChatGPT or other AI tools?+
Language models read Markdown well: headings, lists and code blocks give the model structure without the noise of HTML. Pasting Markdown instead of raw web text keeps prompts shorter and clearer, which usually means better answers.
Is my data private?+
Yes. Everything runs in your browser with JavaScript. Nothing you paste is uploaded, stored or logged. The Chrome extension works the same way.
What is Markdown?+
Markdown is a lightweight way to write formatted text with plain characters: # for headings, ** for bold, - for lists. It is the standard format for README files, documentation, GitHub, Notion, Obsidian and AI chat tools.
More free Markdown tools
- HTML to Markdown ConverterConvert HTML to Markdown online.
- Markdown to Rich Text ConverterConvert Markdown to formatted rich text you can paste into Word, Google Docs, Gmail, Outlook or Slack.
- Markdown to HTML ConverterConvert Markdown to clean HTML instantly.
- Markdown to Text ConverterStrip Markdown formatting and get clean plain text.