class Kramdown::Converter::Html
def convert_abbreviation(el, _indent)
def convert_abbreviation(el, _indent) title = @root.options[:abbrev_defs][el.value] attr = @root.options[:abbrev_attr][el.value].dup attr['title'] = title unless title.empty? format_as_span_html("abbr", attr, el.value) end