require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
Created
November 9, 2014 23:49
-
-
Save roachhd/61ccd5f85723c95ed400 to your computer and use it in GitHub Desktop.
Author
roachhd
commented
Nov 9, 2014
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
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