Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created March 23, 2015 14:46
Show Gist options
  • Save eagletmt/e2358165b3443969bc4e to your computer and use it in GitHub Desktop.
Save eagletmt/e2358165b3443969bc4e to your computer and use it in GitHub Desktop.
%div<
  hello
  world
%div<
  #{'hello'}
  world
% bundle exec haml -t ugly -e in.haml
<div>hello
world</div>
<div>helloworld</div>
% bundle exec faml render in.haml
<div>hello
world</div>
<div>hello
world</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment