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