Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-25 | trypandoc: Add standalone option to the command text (#6210) | Mike Tzou | 1 | -5/+8 | |
* trypandoc: Add standalone option to the command text * trypandoc: Update 3rd party libraries Those links are taken as-is from the library website. | |||||
2020-03-16 | trypandoc: Add checkbox for standalone option (#6189) | Mike Tzou | 2 | -3/+13 | |
2020-03-15 | Improvements to trypandoc (#6188) | Mike Tzou | 1 | -5/+6 | |
* Use "strict mode" for javascript code * Fetch resources over https Otherwise it will depend on the protocol of the webpage served which is a bad idea. * Remove unnecessary attributes Those attributes are not required in HTML5. | |||||
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 1 | -1/+1 | |
* Update copyright year * Copyright: add notes for Lua and Jira modules | |||||
2019-12-22 | trypandoc: add jira as input format. | John MacFarlane | 1 | -0/+1 | |
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-06-11 | Add Jira in trypandoc | John MacFarlane | 1 | -0/+1 | |
2019-02-10 | trypandoc: added some missing formats to drop-down list. | John MacFarlane | 1 | -2/+8 | |
2019-02-10 | Add JATS to output option on Try pandoc. (#5291) | Arfon Smith | 1 | -0/+1 | |
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-12-10 | Fix CSS and viewport on try pandoc index.html. | John MacFarlane | 1 | -4/+10 | |
2018-11-04 | trypandoc: tweaked drop-down lists. | John MacFarlane | 1 | -7/+7 | |
2018-11-04 | Revert "Trypandoc: recompile on select rather than change." | John MacFarlane | 1 | -2/+2 | |
This reverts commit f5ad280efb580fcf94fdcef108c9f7f905483ed0. | |||||
2018-11-04 | Trypandoc: recompile on select rather than change. | John MacFarlane | 1 | -2/+2 | |
2018-11-04 | trypandoc: put link to site in footer. | John MacFarlane | 1 | -2/+1 | |
2018-11-04 | trypandoc: preselect output format. | John MacFarlane | 1 | -3/+3 | |
2018-11-04 | trypandoc: update on change of in or out format. | John MacFarlane | 1 | -0/+3 | |
2018-11-04 | Trypandoc: add man input format. | John MacFarlane | 1 | -3/+4 | |
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-10-30 | trypandoc: add native. | John MacFarlane | 1 | -0/+2 | |
2017-10-29 | Add ms to trypandoc output formats. | John MacFarlane | 1 | -0/+1 | |
2017-10-29 | Improved menus for trypandoc. | John MacFarlane | 1 | -16/+28 | |
2017-06-26 | minor updates to vimwiki reader. (#3759) | Yuchen Pei | 1 | -0/+1 | |
- updated comments in Vimwiki.hs to reflect current status of implementation - added vimwiki to trypandoc | |||||
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-23 | trypandoc Makefile: fixed web destination in upload. | John MacFarlane | 1 | -1/+1 | |
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/. |