aboutsummaryrefslogtreecommitdiff
path: root/pandoc-cli/no-server
AgeCommit message (Collapse)Author
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-09-27pandoc-cli: support "lua" and "serve" as commandsAlbert Krewinkel
Pandoc behaves like `pandoc-lua` and `pandoc-server` if the first argument is `lua` and `serve`, respectively.
2022-09-27pandoc-cli: Avoid the CPP language extensionAlbert Krewinkel
Alternative behavior for the *server* flag is implemented by using separate modules.