class Kramdown::Converter::Html

def convert_entity(el, indent)

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