Skip to content
skygrab edited this page Jul 28, 2016 · 1 revision
  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request

The largest heading

The second largest heading

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

Clone this wiki locally