dgilleland / dgilleland.github.io

This is my Instructor blogging website.
http://dgilleland.github.io/
MIT License
0 stars 1 forks source link

Blog post: Converting Word to Markdown #58

Open dgilleland opened 4 months ago

dgilleland commented 4 months ago

Converting Word documents to markdown is pretty easy once you have the right tools.

pandoc -f docx -t markdown Lab_1.docx -o Lab-1.md

Unzip the .docx and extract the /word/media/ folder. Then convert any .emf files to .png using ImageMagick.

magick image1.emf image1.png