Skip to content

Instantly share code, notes, and snippets.

@mawaldne
Created December 6, 2013 20:56
Show Gist options
  • Save mawaldne/7831963 to your computer and use it in GitHub Desktop.
Save mawaldne/7831963 to your computer and use it in GitHub Desktop.
Kramdown test
require 'kramdown'
puts Kramdown::Document.new(File.open('test.md').read).to_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment