aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Lists.hs
AgeCommit message (Collapse)AuthorFilesLines
2014-09-04Docx reader: Single-item headers in ordered lists are headers.Jesse Rosenthal1-4/+6
When users number their headers, Word understands that as a single item enumerated list. We make the assumption that such a list is, in fact, a header.
2014-07-12Removed space at ends of lines in source.John MacFarlane1-7/+7
2014-06-23Move some of the clean-up logic into List module.Jesse Rosenthal1-3/+22
This will allow us to get rid of more general functions we no longer need in the main reader.
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane1-0/+208
For consistency with the existing writer.