aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-30Docx reader: clean up parStyle processing.Jesse Rosenthal1-45/+36
2014-06-29Merge pull request #1386 from jkr/hanging_indentJohn MacFarlane1-10/+25
2014-06-29Docx reader: Make use of new ParIndentation info.Jesse Rosenthal1-10/+25
2014-06-29Docx Reader: Update state properlyJesse Rosenthal1-3/+8
2014-06-28Docx Reader: All headers get auto id.Jesse Rosenthal1-1/+10
2014-06-28Docx Reader: Introduce link rewriting.Jesse Rosenthal1-7/+30
2014-06-28make makeHeaderAnchors make an auto idJesse Rosenthal1-3/+7
2014-06-28Rewrote header generation.Jesse Rosenthal1-25/+25
2014-06-28Docx Reader: Simplify makeHeaderAnchorsJesse Rosenthal1-8/+5
2014-06-28Docx Reader: Clean up guardsJesse Rosenthal1-9/+9