class Kramdown::Parser::Kramdown

def correct_abbreviations_attributes

Correct abbreviation attributes.
def correct_abbreviations_attributes
  @root.options[:abbrev_attr].keys.each do |k|
    @root.options[:abbrev_attr][k] = @root.options[:abbrev_attr][k].attr
  end
end