aboutsummaryrefslogtreecommitdiff
path: root/trypandoc
AgeCommit message (Collapse)AuthorFilesLines
2017-10-30trypandoc: add native.John MacFarlane1-0/+2
2017-10-29Add ms to trypandoc output formats.John MacFarlane1-0/+1
2017-10-29Improved menus for trypandoc.John MacFarlane1-16/+28
2017-06-26minor updates to vimwiki reader. (#3759)Yuchen Pei1-0/+1
- updated comments in Vimwiki.hs to reflect current status of implementation - added vimwiki to trypandoc
2017-06-24Readers.getReader, Writers.getWriter API change.John MacFarlane1-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-23trypandoc Makefile: fixed web destination in upload.John MacFarlane1-1/+1
2017-06-19Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane1-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-19Add Muse reader (#3620)Alexander Krotov1-0/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-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-10Fixed trypandoc to work with new API.John MacFarlane1-53/+15
2017-03-10Add Muse writer (#3489)Alexander Krotov1-0/+1
* Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests
2017-01-29Adjustments for building trypandoc with stack.John MacFarlane1-1/+1
2017-01-29Fixed trypandoc.John MacFarlane1-3/+1
2016-06-07trypandoc: call results 'html' instead of 'result'.John MacFarlane2-2/+2
This is for better compatibility with babelmark2.
2015-12-07trypandoc: sort drop-down lists.John MacFarlane1-29/+29
2015-11-15Adjusted trypandoc makefile for use of sandbox.John MacFarlane1-1/+1
2015-06-02Misc. fixes to trypandoc html.John MacFarlane1-8/+8
2015-06-02trypandoc: move Convert button, display raw command.John MacFarlane1-3/+9
2015-05-27More fixes to trypandoc.John MacFarlane1-1/+2
2015-05-27Fixes to trypandoc fixes.John MacFarlane1-5/+1
2015-05-27trypandoc - fixes for new API.John MacFarlane1-1/+7
2015-03-16Replace occurrences of 'Github' with 'GitHub'Tom Leese1-2/+2
The website is called 'GitHub' afterall.
2014-08-17Added trypandoc flag to build trypandoc cgi executable.John MacFarlane3-0/+251
Supporting files are in trypandoc/.