class Kramdown::Converter::Html

def convert_text(el, _indent)

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