diff --git a/scripts/generate_docs.sh b/scripts/generate_docs.sh index ad6bc09c..eb9d4221 100755 --- a/scripts/generate_docs.sh +++ b/scripts/generate_docs.sh @@ -5,7 +5,7 @@ set -euo pipefail cd "${0%/*}/.." pandoc \ - --syntax-highlighting=none --toc \ + --no-highlight --toc \ --template ./docs/index.tmpl \ --output ./docs/index.html \ ./docs/index.md