Hi,
I tried following haml sentence, but it doesn't properly work:
http://haml.info/docs/yardoc/file.REFERENCE.html#whitespace_removal__and_
I expected:
<img /><pre>foo
bar</pre><img />
but result is:
<img />
<pre>
foo
bar
</pre>
<img />
BTW, thanks, for useful haml alternative parser for Perl ;-)
Hi,
I tried following haml sentence, but it doesn't properly work:
http://haml.info/docs/yardoc/file.REFERENCE.html#whitespace_removal__and_
I expected:
but result is:
BTW, thanks, for useful haml alternative parser for Perl ;-)