You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago |
README.md
Pandoc
Pandoc is a universal document converter. It supports a wide-array of document formats. This container image builds on Alpine Linux and provides the latest Pandoc release.
The primary usecase for this image is in CI/CD environments, for generating files. It can also replace Pandoc installation from package manager on the Desktop. The image is available in Quay registry.
docker pull quay.io/ankitrgadiya/pandoc:latest
Releases
Pandoc upstream project follows semantic versioning. So, the image tags will
correspond to the upstream release versions. The latest
tag will always point
to the most recent release. I intend to provide all versions from "2.11.2"
onwards.