bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Fix runtime.escape to prevent escaping sequences like ॎ #87

Closed bminer closed 12 years ago

bminer commented 12 years ago

Right now, runtime.escape will escape strings like ॎ, which it should ignore... fixing this should be as simple as changing the regular expression.

bminer commented 12 years ago

Blade currently works for named entities, but not for decimal or hexadecimal numeric entities