Got a little PR into rclone that lets you sync Google Documents to markdown locally and back, e.g.:
rclone sync googledrive:folder . --drive-export-formats md
rclone sync . googledrive:folder --drive-import-formats md
rclone bisync googledrive:folder . --drive-import-formats md --drive-export-formats md
Hopefully it's a good way to share markdown docs for easy collaboration and then bring them back for committing to a repo.
https://github.com/rclone/rclone/pull/8109