class Kramdown::Converter::Base

def smart_quote_entity(el)

Return the entity that represents the given smart_quote element.
def smart_quote_entity(el)
  res = @options[:smart_quotes][SMART_QUOTE_INDICES[el.value]]
  ::Kramdown::Utils::Entities.entity(res)
end