1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Update TODO.

This commit is contained in:
Nathan Weizenbaum 2009-07-20 01:38:24 -07:00
parent 6efc9ba23a
commit 9f7cbba56f

4
TODO
View file

@ -13,6 +13,10 @@
* Code
** Haml
Interpolation shouldn't make non-interpolated strings escaped under :escape_html
I think we can just wrap interpolated code with (),
since it's already interpolated.
Can also use () to wrap contents of _haml_temp so that commas throw errors when not in :ugly
[2.4] Allow "!!! HTML5" to set :format => :html5 ?
How do we deal with partials?
[2.4] :ugly + :html improvements