summaryrefslogtreecommitdiff
path: root/trypandoc
Commit message (Collapse)AuthorAge
* trypandoc: add native.John MacFarlane2017-10-30
|
* Add ms to trypandoc output formats.John MacFarlane2017-10-29
|
* Improved menus for trypandoc.John MacFarlane2017-10-29
|
* minor updates to vimwiki reader. (#3759)Yuchen Pei2017-06-26
| | | | | - updated comments in Vimwiki.hs to reflect current status of implementation - added vimwiki to trypandoc
* 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.
* trypandoc Makefile: fixed web destination in upload.John MacFarlane2017-06-23
|
* 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.
* Add Muse reader (#3620)Alexander Krotov2017-06-19
|
* 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
|
* Add Muse writer (#3489)Alexander Krotov2017-03-10
| | | | | | | | * Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests
* Adjustments for building trypandoc with stack.John MacFarlane2017-01-29
|
* Fixed trypandoc.John MacFarlane2017-01-29
|
* trypandoc: call results 'html' instead of 'result'.John MacFarlane2016-06-07
| | | | This is for better compatibility with babelmark2.
* trypandoc: sort drop-down lists.John MacFarlane2015-12-07
|
* Adjusted trypandoc makefile for use of sandbox.John MacFarlane2015-11-15
|
* Misc. fixes to trypandoc html.John MacFarlane2015-06-02
|
* trypandoc: move Convert button, display raw command.John MacFarlane2015-06-02
|
* 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
|
* Replace occurrences of 'Github' with 'GitHub'Tom Leese2015-03-16
| | | | The website is called 'GitHub' afterall.
* Added trypandoc flag to build trypandoc cgi executable.John MacFarlane2014-08-17
Supporting files are in trypandoc/.