module Kramdown::Utils::Entities

def entity(point_or_name)

Return the entity for the given code point or name +point_or_name+.
def entity(point_or_name)
  ENTITY_MAP[point_or_name]
end