aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Fields.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-01-16Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal1-0/+89
We introduce a new module, Text.Pandoc.Readers.Docx.Fields which contains a simple parsec parser. At the moment, only simple hyperlink fields are accepted, but that can be extended in the future.