class Kramdown::Utils::OrderedHash

def delete(key)

Delete the +key+.
def delete(key)
  @order.delete(key)
  @data.delete(key)
end