creationix / haml-js

Haml ported to server-side Javascript. This is a traditional server-side templating language. Tested with node-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to always prevent HTMLescaping

aop opened this issue · comments

Hi,

I'm writing haml with some PHP in it to create dynamic html but at least on linux the behaviour is that <? will get compiled to <

Would be nice if an option escape_html would be added instead just the escapebydefault which is pretty ambiguous...