summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx/Parse.hs
Commit message (Expand)AuthorAge
* Docx reader: Handle nested sdt tags.Jesse Rosenthal2018-02-28
* hlint code improvements.John MacFarlane2018-01-19
* Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal2018-01-16
* Docx reader: Parse fldChar tagsJesse Rosenthal2018-01-16
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal2018-01-02
* Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal2018-01-02
* Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal2017-12-30
* Docx Reader: preprocess Document body to unwrap "w:sdt" elementsJesse Rosenthal2017-12-27
* Fix warning for older GHC versions.John MacFarlane2017-10-28
* hlint suggestions.John MacFarlane2017-10-27
* hlint changes.John MacFarlane2017-10-27
* Docx reader: Avoid 0-level headers.Jesse Rosenthal2017-08-06
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Docx reader: handle local namespace declarations.John MacFarlane2017-02-03
* Docx reader: Don't drop smartTag contents.John MacFarlane2017-02-03
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Use new module from texmath to lookup MS font codepoints.John MacFarlane2016-11-30
* Docx reader: add a placeholder value for CHART.Jesse Rosenthal2016-11-10
* Docx reader: Be more specific in parsing imagesJesse Rosenthal2016-11-10
* Docx Reader: abstract out function to avoid code repetition.Jesse Rosenthal2016-11-02
* Docx reader: Handle Alt text and titles in images.Jesse Rosenthal2016-11-02
* Basic support for images in ODT documentsHubert Plociniczak2016-10-12
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Docx reader: update copyright.Jesse Rosenthal2016-08-28
* Docx parser: Use xml convenience functionsJesse Rosenthal2016-08-13
* Docx reader: add simple comment functionality.Jesse Rosenthal2016-06-23
* 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