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.mdSupported Formats
docs.google.comURLs
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