class Kramdown::Converter::Html

def convert_html_text(el, indent, opts)

def convert_html_text(el, indent, opts)
  escape_html(el.value, :text)
end