slackify-html
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/slackify-html package

1.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-html

Weekly Downloads

802

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mrq