[DEPRECATED] This is a Handlebars plugin which allows nesting helpers and expressions in one level deep. For latest versions of Handlebars, please consider using subexpressions instead.
$ npm install --save handlebars.nested
var Handlebars = require("handlebars");
require("handlebars.nested").default(Handlebars);
<table>
<tr>
<td>{{autolink "{{breakline text}}"}}</td>
<td>{{tooltip placeholder="{{t 'tooltip.placeholder'}}" title="{{user.name}} is following"}}</td>
</tr>
</table>
MIT © Mateus Maso