class Kramdown::Utils::OrderedHash

def [](key)

Return the value for the +key+.
def [](key)
  @data[key]
end