Skip to content

Commit 6157e51

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 8f621a2 commit 6157e51

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
@@ -557,8 +557,8 @@
557557
<sourceDocumentName>index.adoc</sourceDocumentName>
558558
<backend>html5</backend>
559559
<outputDirectory>${generated-docs.directory}</outputDirectory>
560-
<sourceHighlighter>highlight.js</sourceHighlighter>
561560
<attributes>
561+
<source-highlighter>highlight.js</source-highlighter>
562562
<highlightjsdir>js/highlight</highlightjsdir>
563563
<highlightjs-theme>github</highlightjs-theme>
564564
<linkcss>true</linkcss>

0 commit comments

Comments
 (0)