Skip to content

Instantly share code, notes, and snippets.

@carols10cents
Created October 6, 2011 15:34

Revisions

  1. carols10cents created this gist Oct 6, 2011.
    13 changes: 13 additions & 0 deletions haml.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <!-- haml -->

    %blockquote
    I am not running for president. -
    %strong
    everyone
    , ever


    <!-- html -->
    <blockquote>
    I am not running for president. -<strong>everyone</strong>, ever
    </blockquote>