Last Updated: February 25, 2016
·
1.552K
· felipeelias

Fix unwanted indentation in Haml

Avoid unwanted indentation in Haml with preserve:

When using pre tags for example:

%pre
  = preserve do
    this line is ok
    this would render with indentation without #preserve