Skip to content

convert simple html to the special slack markdown

License

Notifications You must be signed in to change notification settings

onetwosee/slackify-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

convert simple html to the special slack markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%