summaryrefslogtreecommitdiff
path: root/doc/pandoc-server.md
AgeCommit message (Collapse)Author
2023-01-20fix formatting of link in pandoc-server.mdJames Scott-Brown
2023-01-12Replace `--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-29PandocServer: return error in JSON object if response is JSON.John MacFarlane
2022-08-26pandoc-server.md: fix documentation for highlight-style.John MacFarlane
2022-08-18pandoc-server.cgi: allow setting timeoutJohn MacFarlane
via PANDOC_SERVER_TIMEOUT environment variable.
2022-08-17pandoc-server.md: fix typoJohn MacFarlane
2022-08-17Integrate 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.