1.1.0 • Published 9 years ago

markitberry v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

markitberry

NPM version Build status Test coverage Dependency Status License Downloads Gittip

My personal markdown parser for both node.js and the client.

Features:

  • Emojis
  • Autolinking
  • Syntax highlighting for common languages
  • Shit like

API

var render = require('markitberry')

var html = render('# LOL')