Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.08 KB

Pandoc (pandoc)

Installs Pandoc, a universal document converter.

Example Usage

"features": {
    "ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
}

Options

Options Id Description Type Default Value
version Select version of Pandoc, if not latest. string latest

Supported platforms

linux/amd64 and linux/arm64 platforms debian and ubuntu.

Available versions

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"
    }
}

References


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.