diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-11-02 14:44:23 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-11-02 14:44:23 -0700 |
| commit | f5f46c53fe78ae4400fd3de6cbad4c188c93b067 (patch) | |
| tree | 354bc7bdab21e141e83147cd47052b0dfff100db | |
| parent | d9ba1ec573659836a7871623a2e935d78367c116 (diff) | |
upgrade highlight.js from 9.15.10 to 9.18.3
| -rw-r--r-- | CHANGELOG.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor.rb | 2 |
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' |
