1.1.4 • Published 5 years ago

@page-libs/md2html v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

page-md2html

NPM Version Build Status codecov

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();