# File lib/html.rb, line 43
def
p
o
;
"<p>"
+
h
(
o
.
to_s
).
gsub
(
"\n\n"
,
"</p><p>"
)
+
"</p>"
end