Portability | portable |
---|---|
Stability | alpha |
Maintainer | John MacFarlane <[email protected]> |
Text.Pandoc.CharacterReferences
Description
Functions for parsing character references.
Documentation
characterReference :: GenParser Char st CharSource
Parse character entity.
decodeCharacterReferences :: String -> StringSource
Convert entities in a string to characters.