Future Blog Post

less than 1 minute read

Published:

This post will show up by default. To disable scheduling of future posts, edit config.yml and set future: false.

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