danharper / Handlebars-Helpers

A small collection of useful helpers for Handlebars.js
Do What The F*ck You Want To Public License
273 stars 55 forks source link

Added escaping version of nl2br #4

Closed stu-smith closed 11 years ago

stu-smith commented 12 years ago

The version of nl2br strips, rather than escaping, HTML characters. For consistency with 'standard' Handlebars text replacement, I've added an escaping version (called break_lines, feel free to rename as appropriate).

danharper commented 11 years ago

Sorry I missed this! I'll merge it in later today, renamed to nl2br_escape.

Thanks :+1: