So, here we go, with example haml:

%div
  text1
  #two
    text2

With collapse_whitespace: true, we have:

<div>text1<div>text2</div></div>

This actually *changes the rendering* in the browser, *removing the 
space*between "text1" and "text2".

I propose you change this option to (collapse would keep all but one space):

whitespace: [keep | remove | collapse]

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to haml+unsubscr...@googlegroups.com.
To post to this group, send email to haml@googlegroups.com.
Visit this group at http://groups.google.com/group/haml.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to