@emmerge/slackify-html
v1.0.0
Published
convert simple html to slack markdown
Downloads
3
Maintainers
Readme
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*'