aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.hanging_indent.docx
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Revised tests directory.John MacFarlane1-0/+0
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
2014-06-29Docx reader: Add tests for hanging indent handline.Jesse Rosenthal1-0/+0
We want to treat it as a plain paragraph if the hanging amount is greater to or equal to the left indent---i.e., if the first line has zero indentation. But we still want it to be a block quote if it starts to the right of the margin. Someone might format verse with wrapping lines with a hanging indent, for example.