" block_quote.parts.each do |part| part.accept self end @res << "
" text = paragraph.text @hard_break text = text.gsub(/\r?\n/, ' ') @res << wrap(to_html(text)) @res << "
#{CGI.escapeHTML text}
#{content}
", "