@emmerge/slackify-html

1.0.0 • 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 @emmerge/slackify-html

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fractallian