1.0.1 • Published 9 years ago

slackify-html v1.0.1

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

slackify-html

convert html to slack markdown

example usage:

var slackify = require('slackify-html');

var text = slackify('this <a href="http://github.com">link</a> is <b>important</b>');
// text variable contains 'this <http://github.com|link> is *important*'