index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc-server
/
src
/
Text
Age
Commit message (
Expand
)
Author
2023-12-06
pandoc-server: Switch from base64 to base64-bytestring.
John MacFarlane
2023-01-12
Replace `--epub-chapter-level` with `--split-level`.
John MacFarlane
2022-11-09
pandoc-server: add ContentType to CORS policy.
John MacFarlane
2022-11-08
Add simple CORS support to pandoc-server.
John MacFarlane
2022-10-15
Minor 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-29
Remove deprecated option `--strip-empty-paragraphs`.
John MacFarlane
2022-09-27
T.P.Server: remove `parseServerOpts`.
John MacFarlane
2022-09-27
pandoc-server: minor code simplification.
John MacFarlane
2022-09-27
pandoc-cli: support "lua" and "serve" as commands
Albert Krewinkel
2022-09-22
Split pandoc-server, pandoc-cli into separate packages. (#8309)
John MacFarlane