# File lib/jekyll/albino.rb, line 73 def colorize(options = {}) html = execute(@@bin + convert_options(options)) # Work around an RDiscount bug: http://gist.github.com/97682 html.to_s.sub(%r{</pre></div>\Z}, "</pre>\n</div>") end