Skip to content

Instantly share code, notes, and snippets.

@carols10cents
Created October 6, 2011 15:34
Show Gist options
  • Save carols10cents/1267705 to your computer and use it in GitHub Desktop.
Save carols10cents/1267705 to your computer and use it in GitHub Desktop.
Haml vs html -- can have "display: inline" tags inline?
<!-- haml -->
%blockquote
I am not running for president. -
%strong
everyone
, ever
<!-- html -->
<blockquote>
I am not running for president. -<strong>everyone</strong>, ever
</blockquote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment