With this:
%h1<
Lorem ip
%span.red> sum
%span.subtitle dolor
Output looks like this:
<h1>Lorem ip<span class="red">sum</span><span class="subtitle">dolor</span></h1>
HAML Whitespace Removal
With this:
%h1<
Lorem ip
%span.red> sum
%span.subtitle dolor
Output looks like this:
<h1>Lorem ip<span class="red">sum</span><span class="subtitle">dolor</span></h1>
HAML Whitespace Removal