For example, this gives a "malformed attribute block" error:
%img(src="images/foo.png"
title="Some Image")
However, it works fine in Ruby Haml.
This also needs to be supported for curly-braced attribute blocks; Ruby Haml supports those being multiline as well, though it strictly enforces that each line but the last must end with a comma.
For example, this gives a "malformed attribute block" error:
However, it works fine in Ruby Haml.
This also needs to be supported for curly-braced attribute blocks; Ruby Haml supports those being multiline as well, though it strictly enforces that each line but the last must end with a comma.