machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

the html5 menuitem tag isn't supported #283

Closed bvellacott closed 7 years ago

bvellacott commented 8 years ago

when doing:

menu
  menuitem moi

I get:

Uncaught Error: Assertion Failed: A helper named 'menuitem' could not be found

machty commented 7 years ago

Sounds like we need to add it to the whitelist; in the meantime you can prefix with %, e.g. %menuitem moi

bvellacott commented 7 years ago

cheers