Skip to content

Instantly share code, notes, and snippets.

@BinaryPaean
Created April 25, 2012 21:09
Show Gist options
  • Select an option

  • Save BinaryPaean/2493433 to your computer and use it in GitHub Desktop.

Select an option

Save BinaryPaean/2493433 to your computer and use it in GitHub Desktop.

Revisions

  1. BinaryPaean created this gist Apr 25, 2012.
    7 changes: 7 additions & 0 deletions haml1.haml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ---
    title: yaml haml
    ---

    %h2 A Haml Title
    %p
    This is my test text.
    7 changes: 7 additions & 0 deletions haml2.html.haml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ---
    title: yaml haml
    ---

    %h2 A Haml Title
    %p
    This is my test text.
    7 changes: 7 additions & 0 deletions markdown1.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ---
    title: yaml markdown
    ---

    ## A Markdown Title

    This is my test text.
    7 changes: 7 additions & 0 deletions markdown2.html.markdown
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ---
    title: yaml markdown
    ---

    ## A Markdown Title

    This is my test text.