Syntax highlighting with external renderer (asciidoctor)

Hi, I’m using AsciiDoc for README files. Syntax highlighting worked in 1.12 with RENDER_COMMAND = asciidoctor --backend=html5 --no-header-footer --attribute source-highlighter=highlightjs --attribute=idseparator=- --attribute=idprefix=user-content- --out-file=- - .

But Gitea 1.13 switched to chroma for syntax highlighting and it doesn’t work anymore. How do I get syntax highlighting back?

i have the same issue with plantuml. I already changed the calling of the javascript from “language-plantuml” to “chroma language-plantuml” but it doesn’t work :frowning:
Any idea?