mattcasey / slackify-html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%