@accordproject/markdown-html

0.16.22 • Public • Published

HTML Transformer

Use HtmlTransformer to transform a CiceroMark DOM to/from an HTML String.

Installation

npm install @accordproject/markdown-html --save

Usage

const CiceroMarkTransformer = require('@accordproject/markdown-cicero').CiceroMarkTransformer;
const HtmlTransformer = require('@accordproject/markdown-html').HtmlTransformer;
htmlTransformer = new HtmlTransformer();
ciceroTransformer = new CiceroMarkTransformer();
const json = ciceroTransformer.fromMarkdown(markdownText, 'json');
const html = htmlTransformer.toHtml(json);

Using in web apps with webpack

If using this module in a web app with webpack, you must add the following to your webpack config in the plugins array.

new webpack.IgnorePlugin(/jsdom$/)

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.

Package Sidebar

Install

npm i @accordproject/markdown-html

Weekly Downloads

204

Version

0.16.22

License

Apache-2.0

Unpacked Size

4.61 MB

Total Files

13

Last publish

Collaborators

  • mttrbrts
  • dselman
  • dianalease