class Kramdown::Converter::Kramdown

def convert_smart_quote(el, opts)

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