UNPKG

820 BMarkdownView Raw
1# Markdown Transform
2
3A framework to transform markdown to/from a CommonMark AST defined using Concerto:
4https://models.accordproject.org/commonmark/markdown.html
5
6## Documentation
7
8CommonmarkParser converts markdown text to an instance of the CommonMark AST.
9
10CommonmarkToString converts an AST to a markdown string.
11
12See the unit test for example usage.
13
14## Installation
15
16```
17npm install @accordproject/markdown-transform --save
18```
19
20## License <a name="license"></a>
21Accord 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/.
22
23© 2017-2019 Clause, Inc.