71 72 73
# File 'lib/helper/helper.rb', line 71 def toc(markdown_text) RDiscount.new(markdown_text, :generate_toc).toc_content end