Html::Elem
# File misc/txt2html.rb, line 215 def initialize(content = nil) super('p') add(content) if content self end