Convert MS Word doc. to Markdown

Download a tool named: pandoc from here:

https://pandoc.org/installing.html

Then use the command line (pandoc install will modify your path on Windows 10 (admin required) like this:

pandoc -f docx -t markdown my-word-doc-may-22.docx -o my-markdown-may-22.md

Leave a Comment

Scroll to Top