module Kramdown::Utils::Entities

def entity(point_or_name)

Return the entity for the given +point_or_name+.
def entity(point_or_name)
  ENTITY_MAP[point_or_name]
end