Skip to content

Instantly share code, notes, and snippets.

@czegarram
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save czegarram/9253990 to your computer and use it in GitHub Desktop.

Select an option

Save czegarram/9253990 to your computer and use it in GitHub Desktop.

Revisions

  1. czegarram revised this gist Feb 27, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ```java

    markdown = Redcarpet.new("Hello World!");

    ```ruby
    require 'redcarpet'
    markdown = Redcarpet.new("Hello World!")
    puts markdown.to_html
    ```
  2. czegarram revised this gist Feb 27, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    ```ruby
    require 'redcarpet'
    markdown = Redcarpet.new("Hello World!")
    puts markdown.to_html
    ```java

    markdown = Redcarpet.new("Hello World!");

    ```
  3. czegarram created this gist Feb 27, 2014.
    5 changes: 5 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    ```ruby
    require 'redcarpet'
    markdown = Redcarpet.new("Hello World!")
    puts markdown.to_html
    ```