Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created March 18, 2015 15:34
Show Gist options
  • Save eagletmt/02b8401dc92a39b6f6db to your computer and use it in GitHub Desktop.
Save eagletmt/02b8401dc92a39b6f6db to your computer and use it in GitHub Desktop.
:plain
  hello
  world
%br
:plain
  #{'hello'}
  world
%br
eagletmt@reinforce% bundle exec haml -t ugly -e in.haml
hello
world
<br>
hello
world

<br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment