helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

Fixes truncateWords helper #345

Open laurenhamel opened 5 years ago

laurenhamel commented 5 years ago

This fixes the truncateWords helper and closes #344. It also slightly modifies the string returned by truncateWords to more closely resemble the truncate helper and adds in tests.

doowb commented 5 years ago

Thanks! I'll review this and get it merged in soon. The tests are only failing due to an unrelated issue in Node.js v4

oliverghuang commented 4 years ago

Bump. Can this be merged?