Commit c4faeac4 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-21703
parents 15ec2617 24138c10
...@@ -138,6 +138,7 @@ class AsciidoctorConventions { ...@@ -138,6 +138,7 @@ class AsciidoctorConventions {
private void configureHtmlOnlyAttributes(AbstractAsciidoctorTask asciidoctorTask) { private void configureHtmlOnlyAttributes(AbstractAsciidoctorTask asciidoctorTask) {
Map<String, Object> attributes = new HashMap<>(); Map<String, Object> attributes = new HashMap<>();
attributes.put("source-highlighter", "highlightjs");
attributes.put("highlightjsdir", "js/highlight"); attributes.put("highlightjsdir", "js/highlight");
attributes.put("highlightjs-theme", "github"); attributes.put("highlightjs-theme", "github");
attributes.put("linkcss", true); attributes.put("linkcss", true);
......
...@@ -3,7 +3,6 @@ Andy Wilkinson ...@@ -3,7 +3,6 @@ Andy Wilkinson
:doctype: book :doctype: book
:toc: left :toc: left
:toclevels: 4 :toclevels: 4
:source-highlighter: prettify
:numbered: :numbered:
:icons: font :icons: font
:hide-uri-scheme: :hide-uri-scheme:
......
...@@ -3,7 +3,6 @@ Andy Wilkinson, Scott Frederick ...@@ -3,7 +3,6 @@ Andy Wilkinson, Scott Frederick
:doctype: book :doctype: book
:toc: left :toc: left
:toclevels: 4 :toclevels: 4
:source-highlighter: prettify
:numbered: :numbered:
:icons: font :icons: font
:hide-uri-scheme: :hide-uri-scheme:
......
...@@ -3,7 +3,6 @@ Stephane Nicoll, Andy Wilkinson, Scott Frederick ...@@ -3,7 +3,6 @@ Stephane Nicoll, Andy Wilkinson, Scott Frederick
:doctype: book :doctype: book
:toc: left :toc: left
:toclevels: 4 :toclevels: 4
:source-highlighter: prettify
:numbered: :numbered:
:icons: font :icons: font
:hide-uri-scheme: :hide-uri-scheme:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment