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