Skip to content

Instantly share code, notes, and snippets.

@sgoggins
Last active October 1, 2024 18:05
Show Gist options
  • Save sgoggins/9472cc20e4744463fe6badccfce7f31e to your computer and use it in GitHub Desktop.
Save sgoggins/9472cc20e4744463fe6badccfce7f31e to your computer and use it in GitHub Desktop.
Pandoc: Word to Markdown

Convert a Word Document to Markdown

 pandoc -s CS3050SP2024-A2.docx -t markdown -o CS3050a2.md 

Convert a Word Document to Latex

pandoc -s Draft_method_findings.docx  -t latex -o draft.tex  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment