Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.32 KB

Helix Markdown to JCR

A library that converts markdown to JCR.

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

Usage

npm install @adobe/helix-md2jcr

Converting Markdown to Docx

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.