Skip to content

Commit c892b79

Browse files
committed
Fix source highlighting in reference documentation.
Tweak the declaration of the Asciidoctor build plugin to properly select highlight.js as source highlighter. Fixes #1777.
1 parent 0cb12c8 commit c892b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@
555555
<sourceDocumentName>index.adoc</sourceDocumentName>
556556
<backend>html5</backend>
557557
<outputDirectory>${generated-docs.directory}</outputDirectory>
558-
<sourceHighlighter>highlight.js</sourceHighlighter>
559558
<attributes>
559+
<source-highlighter>highlight.js</source-highlighter>
560560
<highlightjsdir>js/highlight</highlightjsdir>
561561
<highlightjs-theme>github</highlightjs-theme>
562562
<linkcss>true</linkcss>

0 commit comments

Comments
 (0)