picomarkdown

v0.5.1
Converts basic markdown to HTML.
markdown gfm md html parser

Picomarkdown NPM Version Bower Version

This is a trimmed-down version of Micromarkdown.js.
It is smaller, and doesn't support the AJAX/include or tables functionalities.

Demo

Here's a simple JSFiddle demo of the parser:
Picomarkdown Demo

About

License: MIT
Version: 0.1.0
Date: 10.2014

Usage

Adjust to suit your preferred module format.

var md = require('picomarkdown');

var html = md.parse('*this* is __easy__ to `use`.');
console.log(html);

Credits

All credit for Picomarkdown goes to the author of Micromarkdown.js, on which this library is shamelessly based: Simon Waldherr.

npm i picomarkdown

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/28/2014

Downloads

Maintainers