úÎ!ÝeNone ótagstewLookup an entity, using  if it starts with # and  otherwisetagstew%Lookup a numeric entity, the leading '#' must have already been removed. ÿ=lookupNumericEntity "65" == Just "A" lookupNumericEntity "x41" == Just "A" lookupNumericEntity "x4E" === Just "N" lookupNumericEntity "x4e" === Just "N" lookupNumericEntity "X4e" === Just "N" lookupNumericEntity "Haskell" == Nothing lookupNumericEntity "" == Nothing lookupNumericEntity "89439085908539082" == NothingtagstewLookup a named entity, using  JlookupNamedEntity "amp" == Just "&" lookupNamedEntity "haskell" == Nothingtagstew|A table mapping HTML entity names to resolved strings. Most resolved strings are a single character long, but some (e.g. "ngeqq"5) are two characters long. The list is taken from  Ahttp://www.w3.org/TR/html5/syntax.html#named-character-references.None%_gY  tagstew-0-793RadVwIrmCIcFrVfWXIdText.HTML.TagStew.EntityText.HTML.TagStew lookupEntity parseTags $fShowRange $fShowQuote $fShowStacklookupNumericEntitylookupNamedEntity htmlEntities