class Kramdown::Element

def attr

The attributes of the element. Uses an Utils::OrderedHash to retain the insertion order.
def attr
  @attr ||= Utils::OrderedHash.new
end