Age | Commit message (Expand) | Author | Files | Lines |
2017-12-02 | Docx reader: don't strip out empty paragraphs. | John MacFarlane | 1 | -3/+1 |
2017-10-29 | Source code reformatting. | John MacFarlane | 1 | -2/+2 |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -38/+37 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 1 | -2/+2 |
2017-10-27 | Consistent underline for Readers (#2270) | hftf | 1 | -2/+3 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-04-15 | Docx reader: removed readDocxWithWarnings (API change). | John MacFarlane | 1 | -9/+1 |
2017-03-10 | Docx reader: more efficient trimSps. | John MacFarlane | 1 | -9/+9 |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -41/+43 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -3/+6 |
2017-02-03 | Docx reader: Don't drop smartTag contents. | John MacFarlane | 1 | -0/+3 |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Working on readers. | Jesse Rosenthal | 1 | -52/+44 |
2017-01-25 | Deleted whitespace at end of source lines. | John MacFarlane | 1 | -2/+2 |
2016-12-13 | Docx reader: Empty header should be list of lists. | Jesse Rosenthal | 1 | -9/+11 |
2016-12-08 | Docx reader: Ensure one-row tables don't have header. | Jesse Rosenthal | 1 | -1/+2 |
2016-11-10 | Docx reader: add a placeholder value for CHART. | Jesse Rosenthal | 1 | -0/+3 |
2016-11-02 | Docx reader: Handle Alt text and titles in images. | Jesse Rosenthal | 1 | -4/+4 |
2016-09-02 | Remove Text.Pandoc.Compat.Except | Jesse Rosenthal | 1 | -1/+1 |
2016-08-29 | Docx reader: make all compilers happy with traversable. | Jesse Rosenthal | 1 | -1/+3 |
2016-08-29 | Docx reader: Import traverse for ghc 7.8 | Jesse Rosenthal | 1 | -0/+1 |
2016-08-29 | Docx reader: clean up function with `traverse` | Jesse Rosenthal | 1 | -6/+1 |
2016-08-28 | Docx reader: update copyright. | Jesse Rosenthal | 1 | -2/+2 |
2016-08-28 | Docx reader: use all anchor spans for header ids. | Jesse Rosenthal | 1 | -1/+1 |
2016-08-28 | Docx reader: Let headers use exisiting id. | Jesse Rosenthal | 1 | -6/+10 |
2016-08-28 | Docx reader: Handle anchor spans with content in headers. | Jesse Rosenthal | 1 | -7/+8 |
2016-06-23 | Docx reader: Add warning for advanced comment formatting. | Jesse Rosenthal | 1 | -2/+18 |
2016-06-23 | docx reader: enable warnings in top-level reader | Jesse Rosenthal | 1 | -6/+10 |
2016-06-23 | Docx reader: add simple comment functionality. | Jesse Rosenthal | 1 | -0/+16 |
2016-05-01 | Docx Reader: Throw PandocError on unzip failure | Jesse Rosenthal | 1 | -4/+5 |
2016-03-12 | Add readDocxWithWarnings | Jesse Rosenthal | 1 | -6/+15 |
2016-03-08 | Docx reader: update feature checklist. | Jesse Rosenthal | 1 | -5/+3 |
2016-02-26 | Docx Reader: Get rid of Modifiable typeclass. | Jesse Rosenthal | 1 | -15/+15 |
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 1 | -3/+4 |
2015-12-13 | Docx reader: image attributes | mb21 | 1 | -4/+11 |
2015-11-23 | Docx Reader: Remove DummyListItem type | Jesse Rosenthal | 1 | -2/+2 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -2/+2 |
2015-11-18 | Docx reader: Handle dummy list items. | Jesse Rosenthal | 1 | -0/+4 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+0 |
2015-10-04 | Docx Reader: Parse soft, no-break hyphen elements | Ophir Lifshitz | 1 | -0/+4 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -2/+2 |
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker... | John MacFarlane | 1 | -8/+11 |
2015-02-21 | Docx reader: Minor cleanup. | Jesse Rosenthal | 1 | -3/+4 |
2015-02-21 | Docx reader: allow sub/superscript verbatims. | Jesse Rosenthal | 1 | -1/+6 |
2015-02-18 | Change return type of Docx reader | Matthew Pickering | 1 | -8/+11 |