| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Commonmark.Entity
Documentation
lookupEntity :: Text -> Maybe Text Source #
Lookup an entity, using lookupNumericEntity if it starts with
# and lookupNamedEntity otherwise
charEntity :: Monad m => ParsecT [Tok] s m [Tok] Source #