Markdown Transform
A framework to transform markdown to/from a CommonMark AST defined using Concerto:
https://models.accordproject.org/commonmark/markdown.html
Documentation
CommonmarkParser converts markdown text to an instance of the CommonMark AST.
CommonmarkToString converts an AST to a markdown string.
See the unit test for example usage.
Installation
npm install @accordproject/markdown-transform --save
License
Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
© 2017-2019 Clause, Inc.