class Kramdown::Converter::Html

def convert_text(el, indent)

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