@adobe/helix-md2docx
v2.1.80
Published
Helix Service that converts markdown to word documents
Downloads
14,673
Maintainers
Keywords
Readme
Helix Markdown to Word
A library that converts markdown to Word documents.
Status
Installation
Usage
npm install @adobe/helix-md2docx
Converting Markdown to Docx
just run:
node ./src/cli/convert2docx.js <file>
Where file
can either be a single file or directory.
The converter will produce a .docx
and also a .docx.md
, which is the generated document converted
back to markdown. this can be used to check for potential content changes due to conversion.