This is now possible in Handlebars with three bracket syntax. You can call a helper with three brackets: {{{myhelper myarg}}}. The output is treated as raw and not escaped. If helper returns HTML, it will be rendered.
{{{myhelper myarg}}}
helper