This commit is contained in:
@@ -3,7 +3,17 @@ function ayRegisterHelpers() {
|
||||
return aString.toUpperCase();
|
||||
});
|
||||
|
||||
Handlebars.registerHelper("aymarkdown",function(astring){
|
||||
return marked(astring, { breaks: true })
|
||||
})
|
||||
Handlebars.registerHelper("aymarkdown", function (astring) {
|
||||
return marked(astring, { breaks: true });
|
||||
});
|
||||
}
|
||||
|
||||
function ayPreRender(theReportData) {
|
||||
if (reportPrerender != null) {
|
||||
return reportPreRender(theReportData);
|
||||
}else{
|
||||
return theReportData;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user