arnaud-lb / MtHaml

Multi target HAML (HAML for PHP, Twig, <your language here>)
Other
359 stars 54 forks source link

Add context-aware escaping #61

Open hason opened 10 years ago

hason commented 10 years ago

https://github.com/fabpot/Twig/issues/472

arnaud-lb commented 10 years ago

:+1:

mendelk commented 9 years ago

Not sure what this is about (link is broken), but it seems to fit the title:

When in a filter, such as :javascript, interpolation should not escape the html, because as far as I can tell, there's no way to get unescaped html from an interpolated value.

weotch commented 8 years ago

@mendelk I made a seperate issue for what you are referring to here: #95