# File lib/kramdown/converter/html.rb, line 321 def convert_abbreviation(el, indent) title = @root.options[:abbrev_defs][el.value] "<abbr#{!title.empty? ? " title=\"#{title}\"" : ''}>#{el.value}</abbr>" end