# File lib/jekyll/converters/markdown/rdiscount_parser.rb, line 11 def convert(content) rd = RDiscount.new(content, *@rdiscount_extensions) html = rd.to_html if @config['rdiscount']['toc_token'] html = replace_generated_toc(rd, html, @config['rdiscount']['toc_token']) end html end
Generated with the Darkfish Rdoc Generator 2.