aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/DocX
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane2-812/+0
For consistency with the existing writer.
2014-06-16Add DocX files to tree.Jesse Rosenthal2-0/+812
This introduces Text.Pandoc.DocX, and its exported `readDocX` function.