中文 | English
Converts Markdown to docx. Github flavored Markdown (GFM) syntax supported.
node.js
should be installed first. Then install Markdocx globally:
npm install -g markdocx
And then:
markdocx --input foo.md --output foo.docx
Or in shorthand:
markdocx -i foo.md -o foo.docx