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

How do you declare doctype? #110

Closed smclelland closed 10 years ago

smclelland commented 10 years ago

How do you declare doctype?

Also is there an html pass through syntax?

machty commented 10 years ago

Most people don't use emblem for generating html for their entire page so I'm probably not going to add first class support for this.

In some (most?) cases you can just paste in HTML and it'll work, but it is admittedly one of the more brittle features of Emblem.

example: http://jsbin.com/ulegec/328/edit

smclelland commented 10 years ago

Thanks.