1.0.1 • Published 6 years ago

motosega v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

motosega

motosega (italian for chainsaw, following the tradition of ruby land's nokogiri) is a markdown to html parser.

usage

const motosega = require('motosega')

const input = 'this is some _markdown_ formatted *text*'
const output = motosega(input)

console.log(output)
  => 'this is some <i>markdown</i> formatted <b>text</b>'
1.0.1

6 years ago

1.0.0

6 years ago