Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save szalishchuk/0fbb7e08c531e97432d9 to your computer and use it in GitHub Desktop.
Save szalishchuk/0fbb7e08c531e97432d9 to your computer and use it in GitHub Desktop.
Ember.Handlebars.registerBoundHelper('markdown', function (content) {
return new Handlebars.SafeString(markdown.toHTML(content));
});
/*
In template call it on any available property
{{markdown controller.property}}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment