Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

slackify-html

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Issues
File Explorer

Advanced tools

slackify-html

convert simple html to slack markdown

    1.0.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
1,044
increased by53.3%

Weekly downloads

Changelog

Source

initital release

basic functionality for few

Readme

Source

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

Keywords

FAQs

Last updated on 07 Sep 2015

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc