hubski-markdown

1.0.2 • Public • Published

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+');

Package Sidebar

Install

npm i hubski-markdown

Weekly Downloads

220

Version

1.0.2

License

MIT

Last publish

Collaborators

  • markbahnman