class Kramdown::Converter::Kramdown

def convert_smart_quote(el, _opts)

def convert_smart_quote(el, _opts)
  el.value.to_s =~ /[rl]dquo/ ? "\"" : "'"
end