We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6716ac4 commit dc1f96bCopy full SHA for dc1f96b
.github/install_pandoc.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash -xe
2
3
-PANDOC_VERSION="3.8.2.1"
+PANDOC_VERSION="3.8.3"
4
PANDOC_FILE_NAME="pandoc-${PANDOC_VERSION}-1-amd64.deb"
5
wget "https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/${PANDOC_FILE_NAME}"
6
sudo dpkg -i "${PANDOC_FILE_NAME}"
0 commit comments