class Kramdown::Converter::Html

def convert_smart_quote(el, _indent)

def convert_smart_quote(el, _indent)
  entity_to_str(smart_quote_entity(el))
end