Skip to content

Instantly share code, notes, and snippets.

@rosario
Created November 4, 2012 16:19
Show Gist options
  • Save rosario/4012465 to your computer and use it in GitHub Desktop.
Save rosario/4012465 to your computer and use it in GitHub Desktop.
Descrizione della gist

Questo e' il titolo

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment