class Kramdown::Converter::Html

def convert_text(el, inner, indent)

def convert_text(el, inner, indent)
  escape_html(el.value, false)
end