Skip to content

convert simple html to the special slack markdown

License

Notifications You must be signed in to change notification settings

guruhq/slackify-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

How to setup repo and test locally

https://app.getguru.com/card/TqGjya8c/slackifyhtml-basic-setup

About

convert simple html to the special slack markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%