Skip to content

Google Doc to Markdown Procedures

jueyang edited this page Jan 31, 2013 · 4 revisions

Follow three steps! (with a little patience, of course :)

  1. Google doc --> Download as --> .html zipped. In your download folder you will find 1) YOURFILE.html and 2) all the pictures packaged in an images folder

  2. Run pandoc in commandline pandoc -f html -t markdown YOURFILE.html -o YOURFILE.md This will produce a markdown file in the same directory.

  3. Clean up according to the MD post guidelines