Convert Google Docs to Markdown

Paste a public Google Docs link. We'll fetch it and convert its content into clean Markdown, ready to drop into your docs.

FAQ

What Google Docs links does this work with?

It works best with a public, link-shareable Google Doc — set the doc's sharing setting to 'Anyone with the link can view', then paste that link here. This is a best-effort tool: Google Docs' public export markup isn't something we control, so results can vary and it won't work on every doc.

Why did it fail to convert my doc?

Two common causes: the doc isn't shared publicly (private and login-gated docs can't be fetched anonymously), or the page Google served needed JavaScript to render its content — a plain server-side fetch only sees the initial HTML, so a JS-dependent page can come back with no readable text.

Will formatting like headings and lists carry over?

It runs the same HTML-to-Markdown conversion used across our markdown tools, so headings, lists, links, and bold/italic text usually map cleanly. Heavier formatting (tables, embedded images, comments) may not translate perfectly.