class Kramdown::Converter::Kramdown

def convert_entity(el, _opts)

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