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

HTML elements can use brackets #308

Closed thec0keman closed 6 years ago

thec0keman commented 6 years ago

This is currently invalid:

a [
   href='foo'
   class='bar'
  ]
thec0keman commented 6 years ago

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