Age | Commit message (Expand) | Author | Files | Lines |
2020-07-13 | [Docx Reader] Only use bCs/iCs on runs with rtl or cs property | Nikolay Yakimov | 1 | -49/+44 |
2020-04-28 | Support new Underline element in readers and writers (#6277) | Vaibhav Sagar | 1 | -1/+1 |
2020-04-15 | Use the new builders, modify readers to preserve empty headers | despresc | 1 | -6/+13 |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -1/+1 |
2020-04-15 | Implement the new Table type | despresc | 1 | -10/+10 |
2020-03-29 | Clean up and simplify Text.Pandoc.Readers.Docx (#6225) | Joseph C. Sible | 1 | -61/+43 |
2020-03-29 | Docx reader: better error messages. | John MacFarlane | 1 | -8/+12 |
2020-03-28 | More cleanup (#6209) | Joseph C. Sible | 1 | -4/+3 |
2020-03-28 | Simplify fixAuthors (#6223) | Joseph C. Sible | 1 | -6/+1 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 1 | -2/+2 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 1 | -2/+0 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 |
2020-02-07 | Various minor cleanups and refactoring (#6117) | Joseph C. Sible | 1 | -3/+3 |
2020-02-03 | Clean up a confusing triple negative (#6102) | Joseph C. Sible | 1 | -5/+5 |
2019-11-12 | Switch to new pandoc-types and use Text instead of String [API change]. | despresc | 1 | -37/+39 |
2019-11-03 | Docx reader: Only use LTR when it is overriding BiDi setting | Jesse Rosenthal | 1 | -2/+10 |
2019-11-03 | Docx reader: fix list number resumption for sublists. Closes #4324. | John MacFarlane | 1 | -1/+8 |
2019-09-21 | [Docx Reader] Use style names, not ids, for assigning semantic meaning | Nikolay Yakimov | 1 | -78/+84 |
2019-09-21 | [Docx Reader] Code clean-up | Nikolay Yakimov | 1 | -45/+25 |
2019-06-04 | Docx reader: Add support for w:rtl (ltr annotation). | John MacFarlane | 1 | -1/+11 |
2019-03-27 | Drop support for ghc < 8. | John MacFarlane | 1 | -3/+0 |
2019-03-01 | Remove license boilerplate. | John MacFarlane | 1 | -18/+0 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -2/+2 |
2018-12-10 | Docx writer: Make Level into a real type. | Jesse Rosenthal | 1 | -1/+1 |
2018-11-11 | Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier. | John MacFarlane | 1 | -3/+7 |
2018-04-05 | Changes to tests to accommodate changes in pandoc-types. | John MacFarlane | 1 | -1/+5 |
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -0/+2 |
2018-03-17 | hlint fixes. | John MacFarlane | 1 | -1/+1 |
2018-03-13 | Docx reader: Parse nested smart tags. | Jesse Rosenthal | 1 | -2/+0 |
2018-03-12 | Docx reader: remove unused docxWarnings | Alexander Krotov | 1 | -2/+0 |
2018-02-23 | Docx reader: code cleanup. | Jesse Rosenthal | 1 | -10/+9 |
2018-02-23 | Docx reader: simplify custom-style reading code. | Jesse Rosenthal | 1 | -41/+23 |
2018-02-23 | Docx reader: Don't look up dependant run styles if +styles is enabled. | Jesse Rosenthal | 1 | -36/+39 |
2018-02-22 | Docx reader: Move pandoc inline styling inside custom-style span | Jesse Rosenthal | 1 | -7/+7 |
2018-02-22 | Docx reader: Avoid repeated spans in custom styles. | Jesse Rosenthal | 1 | -10/+20 |
2018-02-22 | Docx reader: read custom styles | Jesse Rosenthal | 1 | -60/+96 |
2018-02-15 | Docx reader: Pick table width from the longest row or header | danse | 1 | -5/+9 |
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -9/+7 |
2018-01-16 | Docx reader: Parse hyperlinks in instrText tags | Jesse Rosenthal | 1 | -2/+4 |
2018-01-16 | Docx reader: Parse fldChar tags | Jesse Rosenthal | 1 | -0/+3 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 1 | -2/+2 |
2018-01-02 | Docx reader: remove MultiWayIf | Jesse Rosenthal | 1 | -38/+39 |
2018-01-02 | Docx reader: Allow for insertion/deletion of paragraphs. | Jesse Rosenthal | 1 | -4/+44 |
2018-01-02 | Docx reader: Extract tracked changes type from parpart. | Jesse Rosenthal | 1 | -2/+2 |
2017-12-31 | Docx reader: minor cleanup. | Jesse Rosenthal | 1 | -1/+2 |
2017-12-31 | Docx Reader: Combine adjacent anchors. | Jesse Rosenthal | 1 | -20/+47 |
2017-12-30 | Docx reader: Remove unused anchors. | Jesse Rosenthal | 1 | -5/+27 |
2017-12-22 | API change: export blocksToInlines' from Text.Pandoc.Shared | mb21 | 1 | -1/+1 |
2017-12-13 | Docx writer: Continue lists after interruption. | Jesse Rosenthal | 1 | -15/+22 |
2017-12-04 | Add `empty_paragraphs` extension. | John MacFarlane | 1 | -1/+4 |