0.5.1 • Published 10 years ago

picomarkdown v0.5.1

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

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.

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.1.0

10 years ago