This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Credit: | |
| The vast majority of this code comes from: | |
| https://github.com/mangini/gdocs2md/issues | |
| Ben Jefferson added the following to create this fork | |
| - Replaced emailing of markdown files with creating files in Google Drive in a "markdown" directory alongside the file being converted. | |
| - Added support for linking to (and automatic conversion) other Google docs in the same directory or a subdirectory | |
| License: | |
| The original file and Ben Jefferson's subsequent edits are all released under the Apache2 License see https://github.com/mangini/gdocs2md for more details |