Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-29 | Fix trypandoc so it builds with aeson > 2. | John MacFarlane | 1 | -3/+3 | |
2021-03-02 | trypandoc: remove unneeded imports. | John MacFarlane | 1 | -4/+0 | |
2021-02-28 | trypandoc: add 2 second timeout. | John MacFarlane | 1 | -1/+2 | |
2021-02-07 | Avoid unnecessary use of NoImplicitPrelude pragma (#7089) | Albert Krewinkel | 1 | -2/+0 | |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 1 | -1/+1 | |
2020-08-07 | Fix trypandoc in response to d8ad766d17603784b86fc5c2e1b22864125d04d1 | John MacFarlane | 1 | -2/+1 | |
2020-03-16 | trypandoc: Add checkbox for standalone option (#6189) | Mike Tzou | 1 | -1/+4 | |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 | |
* Update copyright year * Copyright: add notes for Lua and Jira modules | |||||
2019-11-22 | Fix trypandoc for Text changes. | John MacFarlane | 1 | -4/+4 | |
2019-10-09 | Changes in try pandoc | zorkow | 1 | -1/+1 | |
2019-09-29 | Fix trypandoc with getReader/getWriter changes. | John MacFarlane | 1 | -2/+2 | |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 1 | -0/+11 | |
Quite a few modules were missing copyright notices. This commit adds copyright notices everywhere via haddock module headers. The old license boilerplate comment is redundant with this and has been removed. Update copyright years to 2019. Closes #4592. | |||||
2018-07-02 | More spellcheck | Alexander Krotov | 1 | -1/+1 | |
2018-03-18 | Added Prelude imports to sources in benchmark and trypandoc. | John MacFarlane | 1 | -0/+2 | |
2017-06-24 | Readers.getReader, Writers.getWriter API change. | John MacFarlane | 1 | -4/+6 | |
Now these functions return a pair of a reader/writer and an Extensions, instead of building the extensions into the reader/writer. The calling code must explicitly set readerExtensions or writerExtensions using the Extensions returned. The point of the change is to make it possible for the calling code to determine what extensions are being used. See #3659. | |||||
2017-06-19 | Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL. | John MacFarlane | 1 | -1/+2 | |
This will ensure that we only need to update these in one place. (Currently, for example, the mathjax URL is used in both App and trypandoc.) Closes #3685. | |||||
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -2/+2 | |
* XML.toEntities: changed type to Text -> Text. * Shared.tabFilter -- fixed so it strips out CRs as before. * Modified writers to take Text. * Updated tests, benchmarks, trypandoc. [API change] Closes #3731. | |||||
2017-06-10 | Fixed trypandoc to work with new API. | John MacFarlane | 1 | -53/+15 | |
2017-01-29 | Fixed trypandoc. | John MacFarlane | 1 | -3/+1 | |
2016-06-07 | trypandoc: call results 'html' instead of 'result'. | John MacFarlane | 1 | -1/+1 | |
This is for better compatibility with babelmark2. | |||||
2015-05-27 | More fixes to trypandoc. | John MacFarlane | 1 | -1/+2 | |
2015-05-27 | Fixes to trypandoc fixes. | John MacFarlane | 1 | -5/+1 | |
2015-05-27 | trypandoc - fixes for new API. | John MacFarlane | 1 | -1/+7 | |
2014-08-17 | Added trypandoc flag to build trypandoc cgi executable. | John MacFarlane | 1 | -0/+100 | |
Supporting files are in trypandoc/. |