aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse.hs
AgeCommit message (Expand)AuthorFilesLines
2015-10-04Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz1-1/+3
2015-03-01Started moving StyleMap out of writer codeNikolay Yakimov1-20/+6
2015-02-19Docx reader: Allow numbering in the style file.Jesse Rosenthal1-21/+33
2015-01-21Docx: Parse images in deprecated vml format.Jesse Rosenthal1-0/+10
2014-11-13Account for external link URLs with anchorsCaleb McDaniel1-7/+10
2014-10-25Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov1-29/+124
2014-09-02Docx reader: Fix window path for image lookup.Jesse Rosenthal1-1/+1
2014-08-17Docx Parse: build a bottom-up style tree.Jesse Rosenthal1-6/+31
2014-08-17Alias string and runStyle to CharStyle type.Jesse Rosenthal1-7/+10
2014-08-17Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal1-13/+15
2014-08-17Parser: Framework for parsing styles.Jesse Rosenthal1-11/+44
2014-08-17Docx reader: Change behavior of Super/SubscriptJesse Rosenthal1-12/+13
2014-08-12Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal1-13/+13
2014-08-12Docx Reader: Fix font style parsing.Jesse Rosenthal1-12/+27
2014-08-11Add dropCap to paragraph style.Jesse Rosenthal1-2/+12
2014-08-11Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering1-8/+27
2014-08-10Removed OMath module, depend on texmath >= 0.8.John MacFarlane1-1/+1
2014-08-09Docx Parse: Recognises code points in sym elements which are in the private r...Matthew Pickering1-1/+4
2014-08-09Docx Reader: Added recognition of sym element in paragraphsMatthew Pickering1-0/+19
2014-08-08OMath parser: Change signature of exported function.Jesse Rosenthal1-3/+7
2014-08-08OMath: Finish initial cleanup.Jesse Rosenthal1-14/+4
2014-08-08OMath: Remove NamespacesJesse Rosenthal1-2/+2
2014-08-07Merge pull request #1494 from jkr/math-moduleJohn MacFarlane1-366/+7
2014-08-07Docx reader: Handle inline drawings.Jesse Rosenthal1-3/+15
2014-08-07Docx reader: Split math out into math module.Jesse Rosenthal1-366/+7
2014-08-06Add a note on how `mapD` works.Jesse Rosenthal1-0/+3
2014-08-06Docx reader: Use TeXMath to write mathJesse Rosenthal1-22/+125
2014-08-01Docx Parser: Produce endnotes.Jesse Rosenthal1-2/+2
2014-07-30Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal1-5/+5
2014-07-12Removed space at ends of lines in source.John MacFarlane1-24/+24
2014-07-12Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal1-3/+3
2014-07-12Docx Reader: A nicer Docx type.Jesse Rosenthal1-685/+670
2014-07-02Docx Reader: Parse omml equations.Jesse Rosenthal1-8/+336
2014-06-29Docx reader: Add ParIndentation type to parser.Jesse Rosenthal1-5/+26
2014-06-25Docx reader: Code cleanup in parse.Jesse Rosenthal1-38/+12
2014-06-25Docx reader: Remove unnecessary filter in Parse.Jesse Rosenthal1-7/+2
2014-06-25Docx reader: Parse Insertions and Deletions.Jesse Rosenthal1-1/+17
2014-06-25Docx Reader: Add change typesJesse Rosenthal1-1/+5
2014-06-19Add literal tabs to parser.Jesse Rosenthal1-1/+4
2014-06-16Naming: Use Docx instead of DocX.John MacFarlane1-0/+604