Skip to content

Instantly share code, notes, and snippets.

@mattr-
Last active December 19, 2015 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattr-/5993180 to your computer and use it in GitHub Desktop.
Save mattr-/5993180 to your computer and use it in GitHub Desktop.
kramdown hack
doc = Kramdown::Document.new(full_text_as_string)
output = Kramdown::Converter::HTML.convert(doc, our_options_hash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment