Installs Pandoc, a universal document converter.
"features": {
"ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| version | Select version of Pandoc, if not latest. | string | latest |
linux/amd64 and linux/arm64 platforms debian and ubuntu.
This feature automatically fills in the missing part of the version number and selects the latest version number among them.
For example, if version 2.17 is specified as follows, version 2.17.1.1 will be installed.
"features": {
"ghcr.io/rocker-org/devcontainer-features/pandoc:latest": {
"version": "2.17"
}
}Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.