Age | Commit message (Expand) | Author | Files | Lines |
2019-01-06 | Add DokuWiki reader (#5108) | Alexander | 1 | -2/+5 |
2019-01-04 | Tests: Fix findPandoc to work with Windows. | John MacFarlane | 1 | -0/+2 |
2019-01-02 | Removed custom Setup.hs, use build-type: simple. | John MacFarlane | 1 | -4/+1 |
2018-12-19 | Allow latest Glob. | John MacFarlane | 1 | -2/+2 |
2018-12-03 | Allow latest zip-archive. | John MacFarlane | 1 | -2/+2 |
2018-12-02 | Allow tasty 1.2 | John MacFarlane | 1 | -1/+1 |
2018-12-01 | Require skylighting >= 0.7.5. | John MacFarlane | 1 | -1/+1 |
2018-11-29 | Bump to version 2.6 because of API change in read/writeJSON. | John MacFarlane | 1 | -1/+1 |
2018-11-22 | Bump version to 2.5. | John MacFarlane | 1 | -1/+1 |
2018-11-19 | LaTeX reader: cleaned up handling of dimension arguments. | John MacFarlane | 1 | -3/+3 |
2018-11-07 | T.P.App: extract submodule T.P.App.FormatHeuristics | Albert Krewinkel | 1 | -0/+1 |
2018-11-06 | T.P.App: extract Opt into separate module | Albert Krewinkel | 1 | -0/+1 |
2018-11-04 | Add cabal flag `derive_json_via_th` | Albert Krewinkel | 1 | -0/+7 |
2018-11-03 | App: extract output settings into module | Albert Krewinkel | 1 | -0/+1 |
2018-11-03 | App: extract command line options to separate module | Albert Krewinkel | 1 | -1/+2 |
2018-11-02 | Fix readWithM with Stream. | John MacFarlane | 1 | -2/+1 |
2018-11-02 | T.P.Parsing: Generalize readWithM to any Char Stream. | John MacFarlane | 1 | -1/+2 |
2018-11-01 | Change 'groff' -> 'roff'. | John MacFarlane | 1 | -2/+2 |
2018-10-28 | API change: expose module Text.Pandoc.Filter | Albert Krewinkel | 1 | -2/+2 |
2018-10-27 | Revert "Roff reader: use LineParts abstraction." | John MacFarlane | 1 | -1/+1 |
2018-10-27 | Roff reader: use LineParts abstraction. | John MacFarlane | 1 | -1/+1 |
2018-10-27 | pandoc.cabal: add GHC 8.6.1 to list of tested compilers | Albert Krewinkel | 1 | -1/+2 |
2018-10-27 | pandoc.cabal: enable more compiler warnings | Albert Krewinkel | 1 | -1/+9 |
2018-10-26 | Rename Groff -> Roff. | John MacFarlane | 1 | -3/+3 |
2018-10-26 | Text.Pandoc.Lua: move globals handling to separate module | Albert Krewinkel | 1 | -0/+1 |
2018-10-25 | Add man reader to pandoc.cabal description. | John MacFarlane | 1 | -9/+10 |
2018-10-25 | Lua: allow access to pandoc state (#5015) | Albert Krewinkel | 1 | -0/+1 |
2018-10-24 | Added Text.Pandoc.Readers.Groff. | John MacFarlane | 1 | -0/+1 |
2018-10-18 | Merge branch 'Yanpas-groff_reader' | John MacFarlane | 1 | -0/+3 |
2018-10-18 | Bump upper bound for QUickCheck. | John MacFarlane | 1 | -1/+1 |
2018-10-18 | Bump upper bound for binary. | John MacFarlane | 1 | -1/+1 |
2018-10-18 | Add Text.Pandoc.GroffChar. | John MacFarlane | 1 | -0/+1 |
2018-10-17 | Updated version bounds for containers and haddock-library. | John MacFarlane | 1 | -3/+3 |
2018-10-17 | Move common groff functions to Text.Pandoc.Writers.Groff | John MacFarlane | 1 | -0/+1 |
2018-10-16 | Merge branch 'groff_reader' of https://github.com/Yanpas/pandoc into Yanpas-g... | John MacFarlane | 1 | -0/+3 |
2018-10-17 | update cabal, add man-reader | Yan Pas | 1 | -0/+1 |
2018-10-13 | Update benchmarks for ghc 8.6.1. | John MacFarlane | 1 | -0/+1 |
2018-10-09 | Added docx/docPropos/custom.xml to cabal data-files. | John MacFarlane | 1 | -0/+1 |
2018-10-08 | Require skylighting 0.7.4. | John MacFarlane | 1 | -1/+1 |
2018-10-07 | Merge branch 'master' into groff_reader | Yan Pas | 1 | -34/+36 |
2018-10-04 | Version to 2.4. | John MacFarlane | 1 | -1/+1 |
2018-10-02 | Removed Text.Pandoc.Groff. | John MacFarlane | 1 | -1/+0 |
2018-10-01 | Version to 2.3.2. | John MacFarlane | 1 | -1/+1 |
2018-10-01 | Moved babelLangToBCP, polyglossiaLangToBCP to new module... | John MacFarlane | 1 | -0/+1 |
2018-10-01 | Lua filters: report traceback when an error occurs | Albert Krewinkel | 1 | -1/+1 |
2018-09-30 | Implement `--ascii` (`writerPreferAscii`) in writers, not App. | John MacFarlane | 1 | -0/+1 |
2018-09-30 | pandoc.cabal: make base lower bound 4.8. | John MacFarlane | 1 | -5/+5 |
2018-09-30 | LaTeX reader: simplified accent code using unicode-transforms. | John MacFarlane | 1 | -0/+1 |
2018-09-28 | Added Text.Pandoc.Readers.LaTeX.Parsing (unexported). | John MacFarlane | 1 | -0/+1 |
2018-09-27 | Version to 2.3.1. | John MacFarlane | 1 | -1/+1 |