Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created February 21, 2019 08:31
Show Gist options
  • Save archiewald/4daab5fc447cae150ab93207fd5523dc to your computer and use it in GitHub Desktop.
Save archiewald/4daab5fc447cae150ab93207fd5523dc to your computer and use it in GitHub Desktop.
[docx => markdown => html] convert docx to html with tools
pandoc -s document.docx -t markdown -o document.md
# Then use Markdown All in One plugin to convert to html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment