Skip to content

Instantly share code, notes, and snippets.

@emjayoh
Created November 25, 2021 09:42
Show Gist options
  • Save emjayoh/e364a848f422edc6a9d80186213e7ad9 to your computer and use it in GitHub Desktop.
Save emjayoh/e364a848f422edc6a9d80186213e7ad9 to your computer and use it in GitHub Desktop.
[docx->md] convert word to markdown #word #docx #markdown #convert
# -t gfm (GitHub-Flavored Markdown)
# -t markdown_mmd (MultiMarkdown)
# -t markdown (pandoc’s extended Markdown)
# -t markdown_strict (original unextended Markdown)
#- t markdown_phpextra (PHP Markdown Extra)
# -t commonmark (CommonMark Markdown)
pandoc -f docx -t markdown foo.docx -o foo.markdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment