Created
February 21, 2019 08:31
-
-
Save archiewald/4daab5fc447cae150ab93207fd5523dc to your computer and use it in GitHub Desktop.
[docx => markdown => html] convert docx to html with tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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