Skip to content

Instantly share code, notes, and snippets.

@ashigeru
Created May 16, 2011 14:56
Show Gist options
  • Select an option

  • Save ashigeru/974583 to your computer and use it in GitHub Desktop.

Select an option

Save ashigeru/974583 to your computer and use it in GitHub Desktop.

Revisions

  1. ashigeru revised this gist May 16, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions example.md
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,7 @@ a | b
    c | d


    [link][a]
    [link] [1]


    [a]: http://www.example.com (example.com)
    [1]: http://www.example.com (example.com)
  2. ashigeru revised this gist May 16, 2011. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions example.md
    Original file line number Diff line number Diff line change
    @@ -18,3 +18,9 @@ table
    a | b
    --+--
    c | d


    [link][a]


    [a]: http://www.example.com (example.com)
  3. ashigeru revised this gist May 16, 2011. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions example.md
    Original file line number Diff line number Diff line change
    @@ -11,5 +11,10 @@ Subsection

    or

    - item1
    - item2
    1. item1
    1. item2

    table
    a | b
    --+--
    c | d
  4. ashigeru created this gist May 16, 2011.
    15 changes: 15 additions & 0 deletions example.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    Section
    ====

    aaa

    Subsection
    ----

    * item1
    * item2

    or

    - item1
    - item2