get_text

in jekyll/plugins/toc_builder_hook.rb [109:112]


  def get_text(nodes)
    nodes.reduce('') { |t, c| t + format(c.value) }
  end