You can copy the yaml-code below and use it as frontmatter for an example page.
You can paste this URL into GitHub Issues to share your setup when filing bugs or questions
Handlebars:
Template
{{{{raw-loud}}}}
{{bar}}
{{{{/raw-loud}}}}
Preparation-Script
Handlebars.registerHelper('raw-loud', function(options) {
return options.fn().toUpperCase()
});
Input
null
Output
{{BAR}}