class Kramdown::Converter::Kramdown

def parse_title(attr)

def parse_title(attr)
  attr.to_s.empty? ? '' : ' "' + attr.gsub(/"/, '"') + '"'
end