-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | A mechanically generated map from HTML5 entity names to the corresponding Unicode characters
--
-- A mechanically generated map from HTML5 entity names to the
-- corresponding Unicode characters.
@package html-entity-map
@version 0.0.1.0
-- | This module contains a mechanically generated map from HTML5 entity
-- names to the corresponding Unicode characters.
module Data.HTML.Entities
-- | Map from HTML5 entity names to the corresponding characters. The names
-- do not include the starting & and the ending ;,
-- only the name itself.
htmlEntityMap :: HashMap Text Char