Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-28 | Added images needed for docx tests to cabal extra-source-files. | John MacFarlane | 1 | -0/+3 | |
2015-03-28 | Added source files for reference.docx/odt to extra-source-files. | John MacFarlane | 1 | -0/+25 | |
2015-03-28 | Added Tests.Writers.Docx to cabal file. | John MacFarlane | 1 | -0/+1 | |
2015-03-28 | Version bump to 1.14. | John MacFarlane | 1 | -1/+1 | |
This is because of the significant API changes in the reader types. (They now return an Either value.) | |||||
2015-03-28 | Merge branch 'errortype' of https://github.com/mpickering/pandoc into ↵ | John MacFarlane | 1 | -0/+1 | |
mpickering-errortype Conflicts: benchmark/benchmark-pandoc.hs src/Text/Pandoc/Readers/Markdown.hs src/Text/Pandoc/Readers/Org.hs src/Text/Pandoc/Readers/RST.hs tests/Tests/Readers/LaTeX.hs | |||||
2015-03-28 | Create reference files from unpacked archives with helper program | Nikolay Yakimov | 1 | -0/+9 | |
2015-03-28 | Fixed ghc-prof-options. | John MacFarlane | 1 | -2/+2 | |
2015-03-28 | Require highlighting-kate >= 0.5.14 | John MacFarlane | 1 | -3/+3 | |
This ensures that all code blocks will be wrapped in a div with class sourceCode. Also, the default highlighting CSS now adds `div.sourceCode { x-overflow: auto; }`, which means that code blocks (even with line numbers) will acquire a scroll bar on screens too small to display them (e.g. mobile phones). See #1903 and jgm/highlighting-kate#65. | |||||
2015-03-27 | pandoc.cabal: changed default profiling options. | John MacFarlane | 1 | -2/+2 | |
Removed `-auto-all` and `-caf-all` at cabal's suggestion. Use `-auto-exported` instead. | |||||
2015-03-27 | Require highlighting-kate 0.5.13. | John MacFarlane | 1 | -3/+3 | |
Closes #1903. | |||||
2015-03-19 | Bumped upper bounds for filepath, QuickCheck. | John MacFarlane | 1 | -9/+9 | |
Bumped lower bounds for highlighting-kate, texmath. | |||||
2015-03-17 | Added CommonMark reader using cmark (libcmark bindings). | John MacFarlane | 1 | -1/+3 | |
- Added commonmark as an input format. - Added `Text.Pandoc.Readers.CommonMark.readCommonMark`. - For now, we use the markdown writer to generate benchmark text for the CommonMark reader. We can change this when we get a writer. | |||||
2015-03-17 | Bump criterion version bound. | John MacFarlane | 1 | -1/+1 | |
2015-03-16 | Merge pull request #1968 from lierdakil/issue1607 | John MacFarlane | 1 | -1/+3 | |
Fixes for multiple docx writer style bugs. | |||||
2015-03-01 | Started moving StyleMap out of writer code | Nikolay Yakimov | 1 | -1/+3 | |
2015-02-28 | Bump blaze-html and blaze-markup upper version bounds | RyanGlScott | 1 | -2/+2 | |
2015-02-18 | Add Text.Pandoc.Error module with PandocError type | Matthew Pickering | 1 | -0/+1 | |
2015-02-13 | Allow wildcards in `--epub-embed-font` arguments. | John MacFarlane | 1 | -1/+2 | |
Closes #1939. | |||||
2015-01-05 | Allow haddock-library 1.2 | Mark Wright | 1 | -1/+1 | |
2014-12-26 | Version bump to 1.13.3. | John MacFarlane | 1 | -1/+1 | |
2014-12-19 | Require latest highlighting-kate and texmath. | John MacFarlane | 1 | -4/+4 | |
2014-12-19 | Added old-locale flag. | John MacFarlane | 1 | -3/+10 | |
This will ease transition to time 1.5. However, currently we can't build with time 1.5 because of dependencies. | |||||
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -2/+3 | |
2014-12-08 | Link the test suite using -threaded | Bryan O'Sullivan | 1 | -1/+1 | |
This allows the test suite to be run using "+RTS -N". Doing so improves the performance of the test suite on my quad-core Mac laptop as follows: Before: 8.2 seconds After: 2.5 seconds | |||||
2014-12-08 | Merge pull request #1746 from shelf/dw-ext-images | Matthew Pickering | 1 | -0/+2 | |
DokuWiki writer: fix external images | |||||
2014-12-06 | Update pandoc.cabal, Bumping JuicyPixels upper bound | Vincent | 1 | -1/+1 | |
2014-11-09 | DokuWiki writer: add external_images test | Timothy Humphries | 1 | -0/+2 | |
Add test for #1739. | |||||
2014-10-31 | Fixed README and pandoc.cabal for TWiki reader. | John MacFarlane | 1 | -8/+9 | |
2014-10-30 | TWiki Reader: update documentation | Alexander Sulfrian | 1 | -2/+2 | |
2014-10-30 | TWiki Reader: add basic syntax test | Alexander Sulfrian | 1 | -0/+1 | |
2014-10-30 | TWiki Reader: add new new twiki reader | Alexander Sulfrian | 1 | -0/+1 | |
2014-10-20 | Version bump to 1.13.2. | John MacFarlane | 1 | -1/+1 | |
This is needed because of the addition of KaTeX to HTMLMathMethod. | |||||
2014-09-28 | Adde network dependency under network-uri flag in test section. | John MacFarlane | 1 | -1/+1 | |
2014-09-22 | Bump text, random, http-client upper bounds | RyanGlScott | 1 | -5/+5 | |
2014-08-30 | Version bump to 1.13.1. | John MacFarlane | 1 | -1/+1 | |
2014-08-30 | Added new dokuwiki multiblock table tests to pandoc.cabal. | John MacFarlane | 1 | -0/+2 | |
2014-08-24 | Capitalized Build-Depends for consistency. | John MacFarlane | 1 | -1/+1 | |
2014-08-24 | Fix build dependencies for the trypandoc flag. | Gabor Pali | 1 | -2/+2 | |
Build dependencies of the trypandoc executable are required, regardless of the trypandoc flag was set to either True or False. Correct package description to make them truly optional. | |||||
2014-08-20 | Added network-uri flag. | John MacFarlane | 1 | -2/+12 | |
This addresses the split of network and network-uri. | |||||
2014-08-17 | Added tables.dokuwiki and tables.icml to extra-source-files. | John MacFarlane | 1 | -0/+2 | |
2014-08-17 | Added trypandoc flag to build trypandoc cgi executable. | John MacFarlane | 1 | -0/+18 | |
Supporting files are in trypandoc/. | |||||
2014-08-17 | Bump version to 1.13.0.1. | John MacFarlane | 1 | -1/+1 | |
2014-08-13 | Added dokuwiki template to pandoc.cabal. | John MacFarlane | 1 | -0/+1 | |
2014-08-13 | Included Tests.Writers.Docbook in test modules. | John MacFarlane | 1 | -0/+1 | |
2014-08-13 | Added make-pandoc-man-pages flag | John MacFarlane | 1 | -0/+8 | |
Previously we built this by default, but most users won't need to build it, since we include built man pages with the package. | |||||
2014-08-13 | Added Makefile to rebuild man pages. | John MacFarlane | 1 | -2/+1 | |
This should only be needed by developers. | |||||
2014-08-13 | Revised tests directory. | John MacFarlane | 1 | -141/+117 | |
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests. | |||||
2014-08-13 | Removed special testHook from Setup. | John MacFarlane | 1 | -0/+1 | |
This was just too fragile and dependent on a changing Cabal API (see #1526). Instead of passing the bulid directory to the test program, we now let the test program find itself (using executable-path) and then find the pandoc executable relative to itself. | |||||
2014-08-12 | Merge pull request #1527 from mpickering/juicypixels | John MacFarlane | 1 | -1/+2 | |
Attempts to convert gif, tiff and bmp to png in pdf writer | |||||
2014-08-13 | PDF Writer: Attempts to convert images to pdf renderable formats | Matthew Pickering | 1 | -1/+2 | |
Now depends on the JuicyPixels library. Will attempt to convert an image (gif, tiff, bmp) to png when converting to pdf. |