summaryrefslogtreecommitdiff
path: root/trypandoc/trypandoc.hs
Commit message (Collapse)AuthorAge
* Readers.getReader, Writers.getWriter API change.John MacFarlane2017-06-24
| | | | | | | | | | | | | 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.
* Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane2017-06-19
| | | | | | | | 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.
* Switched Writer types to use Text.John MacFarlane2017-06-11
| | | | | | | | | | | * 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.
* Fixed trypandoc to work with new API.John MacFarlane2017-06-10
|
* Fixed trypandoc.John MacFarlane2017-01-29
|
* trypandoc: call results 'html' instead of 'result'.John MacFarlane2016-06-07
| | | | This is for better compatibility with babelmark2.
* More fixes to trypandoc.John MacFarlane2015-05-27
|
* Fixes to trypandoc fixes.John MacFarlane2015-05-27
|
* trypandoc - fixes for new API.John MacFarlane2015-05-27
|
* Added trypandoc flag to build trypandoc cgi executable.John MacFarlane2014-08-17
Supporting files are in trypandoc/.