convert simple html to slack markdown
npm install slackify-html
convert html to slack markdown
example usage:``var slackify = require('slackify-html');
var slackify = require('slackify-html');
var text = slackify('this link is important');// text variable contains 'this is important' ``