rb26
v1.1.0
Published
Convert your markdown into HTML string
Readme
RB26
A markdown parser and converter to HTML string. Not really fast, not really furious. But I think it's reliable.
Install
npm i --save rb26
Usage
import convertToHTML from "rb26";
const htmlString = convertToHTML(myMarkdownString);