rb26
v1.2.9
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, options);Options
The options are optionnal.
Here is a list of the accepted options
| Name | Value | Description |
|------|-------|-------------|
| linkTargetBlank | boolean | Set to true to have link open in new tabs. Default: false |
