# File lib/jekyll/converters/markdown/redcarpet_parser.rb, line 42 def block_code(code, lang) code = "<pre>#{super}</pre>" output = "<div class=\"highlight\">" output << add_code_tags(code, lang) output << "</div>" end
# File lib/jekyll/converters/markdown/redcarpet_parser.rb, line 51 def rouge_formatter(opts = {}) Rouge::Formatters::HTML.new(opts.merge(wrap: false)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.