A library that converts markdown to JCR.
npm install @adobe/helix-md2jcr
just run:
node ./src/cli/convert2jcr.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.