This commit is contained in:
@@ -2,4 +2,8 @@ function ayRegisterHelpers() {
|
||||
Handlebars.registerHelper("aycaps", function (aString) {
|
||||
return aString.toUpperCase();
|
||||
});
|
||||
|
||||
Handlebars.registerHelper("aymarkdown",function(astring){
|
||||
return marked(astring, { breaks: true })
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user