aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...John MacFarlane1-8/+11
2015-02-21Docx reader: Minor cleanup.Jesse Rosenthal1-3/+4
2015-02-21Docx reader: allow sub/superscript verbatims.Jesse Rosenthal1-1/+6
2015-02-18Change return type of Docx readerMatthew Pickering1-8/+11
2015-02-13Docx reader: Handle lists correctly inside table cells.Jesse Rosenthal1-1/+3
2014-10-25Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov1-27/+6
2014-09-06Docx Reader: Remove header class properly in other langsJesse Rosenthal1-4/+4
2014-09-05Docx reader: Use polyglot header list.Jesse Rosenthal1-7/+7
2014-09-05Docx Reader: Start list of polyglot section headers.Jesse Rosenthal1-0/+7
2014-09-04Docx reader: Rewrite rewriteLink to work with new headers.Jesse Rosenthal1-9/+4
2014-08-28Docx Reader: Read single para in table cell as plainJesse Rosenthal1-1/+12
2014-08-17Docx reader: whitespace fix.Jesse Rosenthal1-6/+6
2014-08-17Docx reader: remove emph styles and strong styles list.Jesse Rosenthal1-6/+0
2014-08-17Docx reader: Add "Hyperlink" to blacklisted styles.Jesse Rosenthal1-2/+2
2014-08-17Docx reader: Use style resolver.Jesse Rosenthal1-23/+9
2014-08-17Docx Reader: Introduce function for resolving dependent run styles.Jesse Rosenthal1-0/+31
2014-08-17Docx reader: work with new rStyle.Jesse Rosenthal1-4/+4
2014-08-17Docx reader: Change behavior of Super/SubscriptJesse Rosenthal1-4/+4
2014-08-16Docx reader: Remove unnecessary plural functionsJesse Rosenthal1-11/+5
2014-08-16Docx reader: Fix bug in character styles.Jesse Rosenthal1-2/+2
2014-08-16Rewrite Docx.hs and Reducible to use Builder.Jesse Rosenthal1-226/+193
2014-08-13Docx reader: Interpret "Strong" and Emphasis run styles.Jesse Rosenthal1-2/+6
2014-08-12Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal1-2/+10
2014-08-12Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal1-6/+8
2014-08-12Docx reader: Check for null-id'd anchors too.Jesse Rosenthal1-1/+0
2014-08-12Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal1-5/+18
2014-08-12Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal1-1/+1
2014-08-12Docx reader: move combining logic to ReducibleJesse Rosenthal1-3/+1
2014-08-12Docx reader: Make dropcap combining more efficient.Jesse Rosenthal1-1/+3
2014-08-11Docx reader: combine inlines properly in dropcaps.Jesse Rosenthal1-1/+1
2014-08-11Docx reader: Use dropcap state.Jesse Rosenthal1-9/+17
2014-08-08OMath parser: Change signature of exported function.Jesse Rosenthal1-5/+4
2014-08-07Merge pull request #1494 from jkr/math-moduleJohn MacFarlane1-219/+27
2014-08-07Docx reader: Handle inline drawings.Jesse Rosenthal1-0/+7
2014-08-07Docx reader: Split math out into math module.Jesse Rosenthal1-194/+7
2014-08-06Docx Reader: Added Default instances and removed withDStateMatthew Pickering1-28/+23
2014-08-06Get rid of unused docx variable.Jesse Rosenthal1-5/+3
2014-08-06Docx reader: remove now-unnecessary state variable.Jesse Rosenthal1-4/+2
2014-08-06Docx reader: Use TeXMath to write mathJesse Rosenthal1-155/+190
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak1-7/+7
2014-07-31Docx Reader: Single underlines are "emph"Jesse Rosenthal1-1/+2
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane1-1/+3
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane1-2/+2
2014-07-30Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal1-32/+25
2014-07-29Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal1-11/+73
2014-07-16Docx Reader: Fix hdr auto-id when already auto-id.Jesse Rosenthal1-11/+19
2014-07-16Docx Reader: Change state handling.Jesse Rosenthal1-16/+12
2014-07-12Removed space at ends of lines in source.John MacFarlane1-9/+9
2014-07-12Docx Reader: A nicer Docx type.Jesse Rosenthal1-66/+42
2014-07-02Docx Reader: Write LaTeX based on equations in word.Jesse Rosenthal1-4/+172