asdf-pandoc [](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/build.yml) [](https://github.com/Fbrisset/asdf-pandoc/actions/workflows/lint.yml)
June 4, 2024 · View on GitHub
asdf-pandoc

pandoc plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar, and POSIX utilities.unzipfor MacOS.
Install
Note
Support only for versions 2.0 and above (except 2.2.3)
Plugin:
asdf plugin add pandoc
# or
asdf plugin add pandoc https://github.com/Fbrisset/asdf-pandoc.git
pandoc:
# Show all installable versions
asdf list-all pandoc
# Install specific version
asdf install pandoc latest
# Set a version globally (on your ~/.tool-versions file)
asdf global pandoc latest
# Now pandoc commands are available
pandoc --help
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Florian Brisset