class Kramdown::Converter::Html

def convert_smart_quote(el, indent, opts)

def convert_smart_quote(el, indent, opts)
  entity_to_str(::Kramdown::Utils::Entities.entity(el.value.to_s))
end