summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc1
-rw-r--r--lib/asciidoctor.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index fa2ab31d..652241e3 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -75,6 +75,7 @@ Improvements::
* Allow encoding of include file to be specified using encoding attribute (#3248)
* Allow template to be used to override outline by only specifying the outline template (#3491)
* Upgrade MathJax from 2.7.5 to 2.7.9
+ * Upgrade highlight.js from 9.15.10 to 9.18.3 (note that this increases script size from 48.8 KB to 71.5 KB)
* Skip unused default attribute assignments for embedded document
* Allow a URL macro to have a preceding single or double quote (#3376)
* Add support for erubi template engine; use it in place of erubis in test suite; note the use of erubis is deprecated (#3737)
diff --git a/lib/asciidoctor.rb b/lib/asciidoctor.rb
index b76a1d16..db3e71e3 100644
--- a/lib/asciidoctor.rb
+++ b/lib/asciidoctor.rb
@@ -357,7 +357,7 @@ module Asciidoctor
FONT_AWESOME_VERSION = '4.7.0'
- HIGHLIGHT_JS_VERSION = '9.15.10'
+ HIGHLIGHT_JS_VERSION = '9.18.3'
MATHJAX_VERSION = '2.7.9'