class Kramdown::Converter::Html

def convert_p(el, indent, opts)

def convert_p(el, indent, opts)
  "#{' '*indent}<p#{options_for_element(el)}>#{inner(el, indent, opts)}</p>\n"
end