aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Reducible.hs
AgeCommit message (Expand)AuthorFilesLines
2014-08-16Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal1-189/+175
2014-08-13Docx: Reducible forgot about smallcapsJesse Rosenthal1-0/+2
2014-08-12Docx reader: move combining logic to ReducibleJesse Rosenthal1-0/+10
2014-08-11Docx reader: handle empty reducibles.Jesse Rosenthal1-5/+6
2014-08-10Change head/tail to pattern guards.Jesse Rosenthal1-7/+8
2014-08-09Docx reader: Fix spacing issue.Jesse Rosenthal1-9/+10
2014-07-12Removed space at ends of lines in source.John MacFarlane1-4/+4
2014-06-23Add copyright block to T.P.R.Docx.Reducible.Jesse Rosenthal1-0/+31
2014-06-23Add new typeclass, ReducibleJesse Rosenthal1-0/+150