Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 128 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 128 Bytes

gistAnotherRepo

Lots of Gists

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