-
Notifications
You must be signed in to change notification settings - Fork 311
Converting Google Docs to markdown
Eddie A Tejeda edited this page Apr 16, 2019
·
2 revisions
Pandoc (installation instructions) converts Google Docs best when they're downloaded as Microsoft Word files. These are the steps to download the google doc as a docx:
-
Open the blog post in Google Docs
-
Click "File" and hover your mouse over "Download As"
-
Choose "Microsoft Word (docx)"
Find the file and save it to the same location as your local site. Now through terminal we'll use pandoc to convert the docx file to an md file:
-
Open terminal and access your local site
-
Then enter the following commands to convert the file
pandoc document-name.docx -o folder/document-name.md
- If successful your markdown file will appear in the local site in the assign folder
Created by the 18F Website and Blog teams. All content has been dedicated to the public domain and released CC0 where appropriate per 18F's open source policy.