summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Docx.hs
Commit message (Expand)AuthorAge
* Docx reader: code cleanup.Jesse Rosenthal2018-02-23
* Docx reader: simplify custom-style reading code.Jesse Rosenthal2018-02-23
* Docx reader: Don't look up dependant run styles if +styles is enabled.Jesse Rosenthal2018-02-23
* Docx reader: Move pandoc inline styling inside custom-style spanJesse Rosenthal2018-02-22
* Docx reader: Avoid repeated spans in custom styles.Jesse Rosenthal2018-02-22
* Docx reader: read custom stylesJesse Rosenthal2018-02-22
* Docx reader: Pick table width from the longest row or headerdanse2018-02-15
* hlint code improvements.John MacFarlane2018-01-19
* Docx reader: Parse hyperlinks in instrText tagsJesse Rosenthal2018-01-16
* Docx reader: Parse fldChar tagsJesse Rosenthal2018-01-16
* Update copyright notices to include 2018Albert Krewinkel2018-01-05
* Docx reader: remove MultiWayIfJesse Rosenthal2018-01-02
* Docx reader: Allow for insertion/deletion of paragraphs.Jesse Rosenthal2018-01-02
* Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal2018-01-02
* Docx reader: minor cleanup.Jesse Rosenthal2017-12-31
* Docx Reader: Combine adjacent anchors.Jesse Rosenthal2017-12-31
* Docx reader: Remove unused anchors.Jesse Rosenthal2017-12-30
* API change: export blocksToInlines' from Text.Pandoc.Sharedmb212017-12-22
* Docx writer: Continue lists after interruption.Jesse Rosenthal2017-12-13
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
* Docx reader: don't strip out empty paragraphs.John MacFarlane2017-12-02
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Consistent underline for Readers (#2270)hftf2017-10-27
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Docx reader: removed readDocxWithWarnings (API change).John MacFarlane2017-04-15
* Docx reader: more efficient trimSps.John MacFarlane2017-03-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Docx reader: Don't drop smartTag contents.John MacFarlane2017-02-03
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* Deleted whitespace at end of source lines.John MacFarlane2017-01-25
* Docx reader: Empty header should be list of lists.Jesse Rosenthal2016-12-13
* Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal2016-12-08
* Docx reader: add a placeholder value for CHART.Jesse Rosenthal2016-11-10
* Docx reader: Handle Alt text and titles in images.Jesse Rosenthal2016-11-02
* Remove Text.Pandoc.Compat.ExceptJesse Rosenthal2016-09-02
* Docx reader: make all compilers happy with traversable.Jesse Rosenthal2016-08-29
* Docx reader: Import traverse for ghc 7.8Jesse Rosenthal2016-08-29
* Docx reader: clean up function with `traverse`Jesse Rosenthal2016-08-29
* Docx reader: update copyright.Jesse Rosenthal2016-08-28
* Docx reader: use all anchor spans for header ids.Jesse Rosenthal2016-08-28
* Docx reader: Let headers use exisiting id.Jesse Rosenthal2016-08-28
* Docx reader: Handle anchor spans with content in headers.Jesse Rosenthal2016-08-28
* Docx reader: Add warning for advanced comment formatting.Jesse Rosenthal2016-06-23