Skip to content

Instantly share code, notes, and snippets.

@ron813c
Created March 31, 2015 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron813c/638a5ff9b3dfd7453ee1 to your computer and use it in GitHub Desktop.
Save ron813c/638a5ff9b3dfd7453ee1 to your computer and use it in GitHub Desktop.
@ron813c
Copy link
Author

ron813c commented Mar 31, 2015

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

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