aboutsummaryrefslogtreecommitdiff
path: root/pandoc-server/src/Text
AgeCommit message (Expand)Author
2025-09-02Refactor highlighting options [API Change]Albert Krewinkel
2024-09-22Add support for list of figures (lof) and list of tables (lot) (#10029)Akash Patel
2024-09-08Initialize some missing fields in pandoc-server.John MacFarlane
2024-09-08Finishing touches on `--link-images`:John MacFarlane
2024-09-08pandoc-server: initialize caption position optionsJohn MacFarlane
2024-05-10Collect transforms in new module T.P.Transforms. [API change]Albert Krewinkel
2023-12-06pandoc-server: Switch from base64 to base64-bytestring.John MacFarlane
2023-01-12Replace `--epub-chapter-level` with `--split-level`.John MacFarlane
2022-11-09pandoc-server: add ContentType to CORS policy.John MacFarlane
2022-11-08Add simple CORS support to pandoc-server.John MacFarlane
2022-10-15Minor code cleanups.John MacFarlane
2022-10-08[API Change] Change argument type of `getReader`, `getWriter`.Albert Krewinkel
2022-10-08[API Change] Add new module "Text.Pandoc.Format"Albert Krewinkel
2022-09-30[API Change] Rename `pandocVersion` to `pandocVersionText`...Albert Krewinkel
2022-09-29Remove deprecated option `--strip-empty-paragraphs`.John MacFarlane
2022-09-27T.P.Server: remove `parseServerOpts`.John MacFarlane
2022-09-27pandoc-server: minor code simplification.John MacFarlane
2022-09-27pandoc-cli: support "lua" and "serve" as commandsAlbert Krewinkel
2022-09-22Split pandoc-server, pandoc-cli into separate packages. (#8309)John MacFarlane