slackify-html
Advanced tools
Weekly downloads
Changelog
initital release
basic functionality for few
Readme
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*'
FAQs
convert simple html to slack markdown
The npm package slackify-html receives a total of 940 weekly downloads. As such, slackify-html popularity was classified as not popular.
We found that slackify-html demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.