2.0.8 • Published 29 days ago

html-ellipsis v2.0.8

Weekly downloads
289
License
MIT
Repository
github
Last release
29 days ago

html-ellipsis

NPM Test semantic-release: angular npm npm

Truncates a html string without messing up HTML tags

npm install --save html-ellipsis

Example

var ellipsis = require('html-ellipsis');
var text = 'Lorem <span class="ipsum"><b>ips<i>um</i></b></span>';
console.log(ellipsis(text, 11, true)); // Lorem <span class="ipsum"><b>ips<i>u</i></b></span>&hellip;

License

See LICENSE

2.0.8

29 days ago

2.0.7

3 months ago

2.0.6

5 months ago

2.0.5

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

9 years ago

1.1.0

10 years ago

1.0.0

10 years ago