Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 408 Bytes

README.en.md

File metadata and controls

33 lines (20 loc) · 408 Bytes

Markdocx.js

中文 | English

Converts Markdown to docx. Github flavored Markdown (GFM) syntax supported.


Usage

CLI

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