Skip to content

Instantly share code, notes, and snippets.

@theonewolf
Created June 12, 2013 16:05
Show Gist options
  • Select an option

  • Save theonewolf/5766723 to your computer and use it in GitHub Desktop.

Select an option

Save theonewolf/5766723 to your computer and use it in GitHub Desktop.
example markdown gist

Here is regular text. Now for some Ruby:

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