machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js

Home Page:http://emblemjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML elements can use brackets

thec0keman opened this issue · comments

This is currently invalid:

a [
   href='foo'
   class='bar'
  ]

Oops, this was failing because there was no text for the anchor :)