Dependencies for pandoc-cli-3.9
Executables
pandoc
- base (>=4.12 && <5)
- pandoc (==3.9)
- text
- if arch(wasm32)
- if flag(nightly)
- if flag(server)
- pandoc-server (>=0.1.1 && <0.2)
- safe
- wai-extra (>=3.0.24)
- warp
- if flag(lua)
- pandoc-lua-engine (>=0.5.1 && <0.6)
- if flag(repl)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| lua | Support custom modifications and conversions with the pandoc Lua scripting engine. | Enabled |
| server | Include support for running pandoc as an HTTP server. | Enabled |
| repl | Include support for running a pandoc Lua repl. | Enabled |
| nightly | Add '-nightly-COMPILEDATE' to the output of '--version'. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info