@page-libs/md2html
v1.1.4
Published
Provides async object HtmlFromMd that represents translated html text from markdown text.
Downloads
11
Readme
page-md2html
Provides async object HtmlFromMd
that represents translated html
text from markdown
text. This library is based on this one and Async Tree Pattern. So it supports regular markdown features.
Install
npm install @page-libs/md2html
Run test
npm test
Run build
npm run build
Usage
new HtmlFromMd(markdownText).call();