string package:pandoc
Parse string, case insensitive.
Convert pandoc structure to a string with formatting removed.
Footnotes are skipped (since we don't want their contents in link
labels).
Extract the message string from an error message
Whether we are right after the end of a string.
Parses one of a list of strings. If the list contains two strings one
of which is a prefix of the other, the longer string will be matched
if possible.
Parses one of a list of strings (tried in order), case insensitive.
Parse contents of str using parser and return
result.
Parse a string with parser (for testing).
The expression
updatePosString pos s updates the source
position
pos by calling
updatePosChar on every
character in
s, ie.
foldl updatePosChar pos string.
Convert UTF8-encoded ByteString to String, also removing '\r'
characters.
Convert UTF8-encoded ByteString to String, also removing '\r'
characters.
Convert Pandoc document to Html 4 string.
Convert Pandoc document to Html 5 string.
Convert Pandoc document to Html appropriate for an epub version.
Get the html representation of an alignment key
Retrieve the metadata value for a given key and convert to
String.
Escape string as needed for XML. Entity references are not preserved.