var p = _.wrap(_.escape, function(func, text) { return '
' + func(text) + '
'; });
p('fred, barney, & pebbles'); // => '
fred, barney, & pebbles
'