Commonmark.Entity
lookupEntity :: Text -> Maybe Text #
Lookup an entity, using lookupNumericEntity if it starts with # and lookupNamedEntity otherwise
lookupNumericEntity
#
lookupNamedEntity
charEntity :: Monad m => ParsecT [Tok] s m [Tok] #
numEntity :: Monad m => ParsecT [Tok] s m [Tok] #
unEntity :: [Tok] -> Text #