Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-19 | Add Muse reader (#3620) | Alexander Krotov | 1 | -0/+1 | |
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-03-10 | Add Muse writer (#3489) | Alexander Krotov | 1 | -0/+1 | |
* Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests | |||||
2017-01-29 | Adjustments for building trypandoc with stack. | John MacFarlane | 1 | -1/+1 | |
2017-01-29 | Fixed trypandoc. | John MacFarlane | 1 | -3/+1 | |
2016-06-07 | trypandoc: call results 'html' instead of 'result'. | John MacFarlane | 2 | -2/+2 | |
This is for better compatibility with babelmark2. | |||||
2015-12-07 | trypandoc: sort drop-down lists. | John MacFarlane | 1 | -29/+29 | |
2015-11-15 | Adjusted trypandoc makefile for use of sandbox. | John MacFarlane | 1 | -1/+1 | |
2015-06-02 | Misc. fixes to trypandoc html. | John MacFarlane | 1 | -8/+8 | |
2015-06-02 | trypandoc: move Convert button, display raw command. | John MacFarlane | 1 | -3/+9 | |
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 | |
2015-03-16 | Replace occurrences of 'Github' with 'GitHub' | Tom Leese | 1 | -2/+2 | |
The website is called 'GitHub' afterall. | |||||
2014-08-17 | Added trypandoc flag to build trypandoc cgi executable. | John MacFarlane | 3 | -0/+251 | |
Supporting files are in trypandoc/. |