1.0.2 • Published 7 years ago

hubski-markdown v1.0.2

Weekly downloads
99
License
MIT
Repository
github
Last release
7 years ago

hubski-markdown

Complete implementation of Hubski's markdown in javascript, based on markdown-it.

  • Shit
  • Yeah, it's shit
  • It doesn't even do these lists
  • One day

Install

node

npm install hubski-markdown --save

browser (CDN)

npmcdn CDN

Usage

In the browser you can access it with hubskimd()

var md = hubskimd();
var result = md.render('*this is actually italics*');

Otherwise, just require it like usual

var md = require('hubski-markdown')();
var result = md.render('+this is actually bold+');
1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago