slackify-html2

0.0.1 • Public • Published

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*' 

Package Sidebar

Install

npm i slackify-html2

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

4.88 kB

Total Files

6

Last publish

Collaborators

  • hax0r