2.2.1 • Published 4 years ago

@atlassian-partner-engineering/bitbucket-html-to-slack v2.2.1

Weekly downloads
3
License
ISC
Repository
bitbucket
Last release
4 years ago

bitbucket-html-to-slack

Usage

const convert = require('bitbucket-html-to-slack')
const html = '<p>external <a data-is-external-link="true" href="http://example.com" rel="nofollow">link</a></p>'
convert(html)

Test

npm test

Some symbols are escaped by zero-width-space, so be careful when edit __tests__/fixtures/.

To copy zer-width-whitespace into your clipboard use copy(String.fromCharCode(0x200B)) in Chrome Developers console.

2.2.1

4 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago