-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Map from HTML5 entity names to the corresponding Unicode text
--   
--   Map from HTML5 entity names to the corresponding Unicode text.
@package html-entity-map
@version 0.1.0.0


-- | This module contains a mechanically generated map from HTML5 entity
--   names to the corresponding Unicode text.
module Data.HTML.Entities

-- | Map from HTML5 entity names to the corresponding Unicode text. The
--   names do not include the starting <tt>&amp;</tt> and the ending
--   <tt>;</tt>, only the name itself.
htmlEntityMap :: HashMap Text Text
