# File lib/wikicloth/parser.rb, line 108
    def get_section(id)
      @wikicloth.sections.collect { |s| s.get_section(id) }.join
    end