# File lib/html5/html5parser/in_body_phase.rb, line 163 def startTagPlaintext(name, attributes) endTagP('p') if in_scope?('p') @tree.insert_element(name, attributes) @parser.tokenizer.content_model_flag = :PLAINTEXT end