summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse.hs
Commit message (Expand)AuthorAge
* Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal2016-04-15
* Docx reader: Handle alternate contentJesse Rosenthal2016-03-18
* Docx reader: Don't make numbered heads into lists.Jesse Rosenthal2016-03-16
* Docx Reader: Add state to the parser, for warningsJesse Rosenthal2016-03-12
* Docx reader: image attributesmb212015-12-13
* Docx Reader: Remove DummyListItem typeJesse Rosenthal2015-11-23
* Docx reader: Clean up commented-out functionJesse Rosenthal2015-11-18
* Docx reader: Handle dummy list items.Jesse Rosenthal2015-11-18
* Follow relationships correctly in foot/endnotes.Jesse Rosenthal2015-11-14
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Docx Reader: Parse soft, no-break hyphen elementsOphir Lifshitz2015-10-04
* Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
* Docx reader: Allow numbering in the style file.Jesse Rosenthal2015-02-19
* Docx: Parse images in deprecated vml format.Jesse Rosenthal2015-01-21
* Account for external link URLs with anchorsCaleb McDaniel2014-11-13
* Docx reader: fix for Issue #1692 (i18n styles)Nikolay Yakimov2014-10-25
* Docx reader: Fix window path for image lookup.Jesse Rosenthal2014-09-02
* Docx Parse: build a bottom-up style tree.Jesse Rosenthal2014-08-17
* Alias string and runStyle to CharStyle type.Jesse Rosenthal2014-08-17
* Docx Style parser: Basic one now just takes a parent style.Jesse Rosenthal2014-08-17
* Parser: Framework for parsing styles.Jesse Rosenthal2014-08-17
* Docx reader: Change behavior of Super/SubscriptJesse Rosenthal2014-08-17
* Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2014-08-12
* Docx Reader: Fix font style parsing.Jesse Rosenthal2014-08-12
* Add dropCap to paragraph style.Jesse Rosenthal2014-08-11
* Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering2014-08-11
* Removed OMath module, depend on texmath >= 0.8.John MacFarlane2014-08-10
* Docx Parse: Recognises code points in sym elements which are in the private r...Matthew Pickering2014-08-09
* Docx Reader: Added recognition of sym element in paragraphsMatthew Pickering2014-08-09
* OMath parser: Change signature of exported function.Jesse Rosenthal2014-08-08
* OMath: Finish initial cleanup.Jesse Rosenthal2014-08-08
* OMath: Remove NamespacesJesse 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: Handle inline drawings.Jesse Rosenthal2014-08-07
|/
* Add a note on how `mapD` works.Jesse Rosenthal2014-08-06
* Docx reader: Use TeXMath to write mathJesse Rosenthal2014-08-06
* Docx Parser: Produce endnotes.Jesse Rosenthal2014-08-01
* Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal2014-07-30
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* Docx Reader: Add a compatibility layer for Except.Jesse Rosenthal2014-07-12
* Docx Reader: A nicer Docx type.Jesse Rosenthal2014-07-12
* Docx Reader: Parse omml equations.Jesse Rosenthal2014-07-02
* Docx reader: Add ParIndentation type to parser.Jesse Rosenthal2014-06-29
* Docx reader: Code cleanup in parse.Jesse Rosenthal2014-06-25
* Docx reader: Remove unnecessary filter in Parse.Jesse Rosenthal2014-06-25
* Docx reader: Parse Insertions and Deletions.Jesse Rosenthal2014-06-25
* Docx Reader: Add change typesJesse Rosenthal2014-06-25