Skip to content

Commit c4faeac

Browse files
committed
Merge branch '2.3.x'
Closes spring-projectsgh-21703
2 parents 15ec261 + 24138c1 commit c4faeac

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

buildSrc/src/main/java/org/springframework/boot/build/AsciidoctorConventions.java

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {
138138

139139
private void configureHtmlOnlyAttributes(AbstractAsciidoctorTask asciidoctorTask) {
140140
Map<String, Object> attributes = new HashMap<>();
141+
attributes.put("source-highlighter", "highlightjs");
141142
attributes.put("highlightjsdir", "js/highlight");
142143
attributes.put("highlightjs-theme", "github");
143144
attributes.put("linkcss", true);

spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/asciidoc/index.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Andy Wilkinson
33
:doctype: book
44
:toc: left
55
:toclevels: 4
6-
:source-highlighter: prettify
76
:numbered:
87
:icons: font
98
:hide-uri-scheme:

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/asciidoc/index.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Andy Wilkinson, Scott Frederick
33
:doctype: book
44
:toc: left
55
:toclevels: 4
6-
:source-highlighter: prettify
76
:numbered:
87
:icons: font
98
:hide-uri-scheme:

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/index.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ Stephane Nicoll, Andy Wilkinson, Scott Frederick
33
:doctype: book
44
:toc: left
55
:toclevels: 4
6-
:source-highlighter: prettify
76
:numbered:
87
:icons: font
98
:hide-uri-scheme:

0 commit comments

Comments
 (0)