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