Skip to content

Instantly share code, notes, and snippets.

@Osmiogrzesznik
Last active April 27, 2020 08:20
Show Gist options
  • Save Osmiogrzesznik/5ad1ba85fa691d3c746d2c4d175eed53 to your computer and use it in GitHub Desktop.
Save Osmiogrzesznik/5ad1ba85fa691d3c746d2c4d175eed53 to your computer and use it in GitHub Desktop.
pandoc for creating github md from docx
pandoc --extract-media=. -f docx -t gfm -o README.md inp.docx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment