summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-16Finished pandoc-server documentation.John MacFarlane
2022-08-16Improve documentation for pandoc-server.John MacFarlane
2022-08-16Update RELEASE-CHECKLIST.John MacFarlane
2022-08-16More make_artifacts fixes.John MacFarlane
2022-08-16LaTeX writer: use `\textquotesingle` for straight quotes in text.John MacFarlane
2022-08-16Update INSTALL.md installation from source instructions.John MacFarlane
2022-08-16Make sure we test building the server.John MacFarlane
2022-08-16Fix rc action for pandoc-server.John MacFarlane
2022-08-15make_artifacts.sh: use --installdir not --bindir.John MacFarlane
2022-08-15Small improvements to pandoc-server.md.John MacFarlane
2022-08-15make debpkg: get rid of docker.log.John MacFarlane
2022-08-15More make_artifacts fixes.John MacFarlane
2022-08-15Fix make_artifacts.sh.John MacFarlane
2022-08-15Split linux/control.in into two parts...John MacFarlane
2022-08-15pandoc.cabal: small update to description.John MacFarlane
2022-08-15linux/make_artifacts.sh: fix paths.John MacFarlane
2022-08-15make_artifacts.sh: create doc directory.John MacFarlane
2022-08-15Improve linux/make_artifacts.John MacFarlane
2022-08-15Makefile: Add man target.John MacFarlane
2022-08-15server: add --version.John MacFarlane
2022-08-15Beginning of man page for pandoc-server.John MacFarlane
2022-08-15Server: allow setting Accept:'application/octet-stream'...John MacFarlane
2022-08-15Server: minor changes. Add Blob type for auto base64 decoding.John MacFarlane
2022-08-14Server: TODO comments.John MacFarlane
2022-08-14Server: add more options.John MacFarlane
2022-08-14T.P.Highlighting: Export `lookupHighlightingStyle`.John MacFarlane
2022-08-14Server: support more writer options.John MacFarlane
2022-08-14Server: add citeproc support.John MacFarlane
2022-08-14Server: add files.John MacFarlane
2022-08-14Server: add abbreviations, defaultImageExtension, ...John MacFarlane
2022-08-14Use base64 instead of base64-bytestring.John MacFarlane
2022-08-13Server: support tabStop, indentedCodeClassesJohn MacFarlane
2022-08-13App: Remove unneeded MonadIO constraints in readSources.John MacFarlane
2022-08-13PDF: Use some standard PandocMonad functions instead of liftIO.John MacFarlane
2022-08-13Factor out convertWithOpts' from convertWithOpts.John MacFarlane
2022-08-13Server: add Default instance for Params.John MacFarlane
2022-08-13Support --strip-comments in commonmark/gfm.John MacFarlane
2022-08-13Lua: add function `pandoc.utils.citeproc`Albert Krewinkel
2022-08-12LaTeX template: fix behavior of `colorlinks` variableAlbert Krewinkel
2022-08-09Server - set standalone by default to true if binary output.John MacFarlane
2022-08-09server /babelmark - make text a required param.John MacFarlane
2022-08-09server - have /babelmark accept form params rather than JSON.John MacFarlane
2022-08-08Server: Re-add /batch endpoint. We need it.John MacFarlane
2022-08-08server: change 'input' param back to 'text'.John MacFarlane
2022-08-08Switch CI to ubuntu-latest.John MacFarlane
2022-08-08server: make babelmark endpoint accept GET.John MacFarlane
2022-08-08pandoc-server: allow binary writers/readers.John MacFarlane
2022-08-08server: Accept POST instead of GET at babelmark endpoint.John MacFarlane
2022-08-07trypandoc Makefile revisions.John MacFarlane
2022-08-07Fix pandoc-server on linux make_artifacts.sh.John MacFarlane