| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-20 | fix formatting of link in pandoc-server.md | James Scott-Brown | |
| 2023-01-12 | Replace `--epub-chapter-level` with `--split-level`. | John MacFarlane | |
| Rationale: we need this splitting level now not just in EPUB but in chunked HTML. `--epub-chapter-level` will still function as a deprecated synonynm. `epub-chapter-level` will also continue to work in defaults files, ande `epub_chapter_level` will still work for Lua marshalling. [API changes] Text.Pandoc.App.Opt: remove `optEpubChapterLevel`, add `optSplitLevel`. Text.Pandoc.Options: remove `writerEpubChapterLevel`, add `writerSplitLevel`. | |||
| 2022-08-29 | PandocServer: return error in JSON object if response is JSON. | John MacFarlane | |
| 2022-08-26 | pandoc-server.md: fix documentation for highlight-style. | John MacFarlane | |
| 2022-08-18 | pandoc-server.cgi: allow setting timeout | John MacFarlane | |
| via PANDOC_SERVER_TIMEOUT environment variable. | |||
| 2022-08-17 | pandoc-server.md: fix typo | John MacFarlane | |
| 2022-08-17 | Integrate server into main pandoc. | John MacFarlane | |
| - Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document. | |||
