# File lib/wikicloth/parser.rb, line 102 def put_section(id,data) data = @wikicloth.sections.collect { |s| s.wikitext({ :replace => { id => data.last(1) == "\n" ? data : "#{data}\n" } }) }.join @wikicloth = WikiCloth.new(:data => data, :link_handler => self, :params => @options[:params]) end