Skip to content
allmd

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

Google Docs

Convert published Google Docs to markdown.

Usage

allmd gdoc <url> -o output.md

Supported Formats

  • docs.google.com URLs

The document must be published to the web or shared with link access.

Example

# Convert a Google Doc to markdown
allmd gdoc https://docs.google.com/document/d/1a2b3c/edit -o doc.md

# Output to stdout
allmd gdoc https://docs.google.com/document/d/1a2b3c/edit --stdout