Converter
Paste your markdown, click Copy for Google Docs, then paste into a Doc with headings, bold, lists, links, and tables all intact. Runs entirely in your browser — nothing is uploaded.
Need a Word file instead? Markdown to Word →
Pasting this into Google Docs should keep bold, italic, links, lists, and tables intact.
| Workstream | Owner | Status |
|---|---|---|
| Onboarding | Ana | On track |
| Migration | Priya | At risk |
| Retro doc | You | Not started |
const ship = () => console.log("shipped");
Tip
Click Copy for Google Docs, then paste with Ctrl/Cmd+V into a Doc.
Why this converter
Pasting raw markdown into Google Docs just dumps asterisks and pound signs onto the page. This tool renders your markdown, cleans the HTML up the way Google Docs' importer expects, and writes both a rich-text and plain-text version to your clipboard so a single paste keeps your document's structure.
Your markdown is parsed and the clipboard payload is built entirely in your browser. Nothing is uploaded, logged, or analyzed.
One click writes both an HTML and a plain-text clipboard entry, so the paste works whether Google Docs reads rich text or not.
GFM tables become bordered HTML tables. Ordered and unordered lists — including nested ones — keep their structure.
Inline emphasis and hyperlinks come through as real formatting, not plain text with stray markdown symbols.
Checked and unchecked task-list items convert to ☑ and ☐ characters, since Google Docs can't import live checkboxes from a paste.
Prefer a file? Download a real Word .docx and import it into Google Drive instead of copying and pasting.
How it works
Drop in CommonMark or GFM. The sample shows what's handled — clear it and use your own draft.
Click Copy for Google Docs. The rendered HTML is cleaned up and written to your clipboard alongside a plain-text fallback.
Open a Google Doc and paste with Ctrl/Cmd+V. Headings, bold, lists, links, and tables land already formatted.
FAQ
Markdown Writer is the same parser, with synced scrolling, an outline, PDF export, and local autosave.
Open the editor