1.0.1 • Published 2 years ago

mad-parser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Mad Parser

Markdown parser for toddlers

Installation

Using npm:

$ npm i -g npm
$ npm i mad-parser

Note: add --save if you are using npm < 5.0.0

In Node.js:

// Load the parser
const parse = require("mad-parser");

html = parse("# Hello World!");
console.log(html);
$ node index.js
<h1>Hello World<h1>
1.0.1

2 years ago

1.0.0

2 years ago