Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created April 3, 2015 20:44
Show Gist options
  • Save eagletmt/ce24aa4c7b07b0356db6 to your computer and use it in GitHub Desktop.
Save eagletmt/ce24aa4c7b07b0356db6 to your computer and use it in GitHub Desktop.
= "foo |
  bar" |
%p
  foo |
  bar |
% bundle exec haml -t ugly in.haml
foo bar
<p>
foo bar 
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment