# [[Convert a Google Doc to Markdown]]
The best way to do this is by using [[Pandoc]]:
Save the Google doc as a `.docx`.
Run:
```bash
pandoc -o outputfile.md -f docx -t gfm inputfile.docx
```
[^1]
[^1]: [[Ursula Kallio|Kallio, U]]. (2021). Conversation on Slack.