class Kramdown::Converter::Html

def convert_entity(el, indent, opts)

def convert_entity(el, indent, opts)
  entity_to_str(el.value, el.options[:original])
end