CLI
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