Add markup.rst.syntaxHighlight option

Fixes #5349
This commit is contained in:
Bjørn Erik Pedersen
2026-07-03 11:38:05 +02:00
parent 29ed932513
commit c6acc246ab
5 changed files with 175 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
run: go install github.com/gohugoio/gotmplfmt@latest
- name: Install docutils
run: |
pip install docutils
pip install docutils Pygments
rst2html --version
- if: matrix.os == 'ubuntu-latest'
name: Install pandoc on Linux