Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-25 | Update tests to work with runPure. | John MacFarlane | 1 | -1/+1 | |
2016-10-14 | Remove Tests.Arbitrary | Jesse Rosenthal | 1 | -1/+1 | |
Use exported Arbitrary instances from pandoc-types instead. | |||||
2016-07-14 | Removed some redundant class constraints. | John MacFarlane | 1 | -1/+1 | |
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -1/+1 | |
Added threefold wrapping option. * Command line option: deprecated `--no-wrap`, added `--wrap=[auto|none|preserve]` * Added WrapOption, exported from Text.Pandoc.Options * Changed type of writerWrapText in WriterOptions from Bool to WrapOption. * Modified Text.Pandoc.Shared functions for SoftBreak. * Supported SoftBreak in writers. * Updated tests. * Updated README. Closes #1701. | |||||
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2013-07-13 | Updated a test whose output changed due to last commit. | John MacFarlane | 1 | -4/+1 | |
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -1/+1 | |
* Moved code for translating listings language names to highlighting-kate names and back from LaTeX reader to Highlighting. * Text.Pandoc.Highlighting no longer exposed (API change) * Text.Pandoc.Highlighting exports toListingsLang, fromListingsLang | |||||
2013-01-23 | Eliminated use of TH in test suite. | John MacFarlane | 1 | -1/+1 | |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -1/+1 | |
2012-07-26 | Moved tests to tests/, modified cabal file so lib isn't recompiled. | John MacFarlane | 1 | -0/+46 | |