summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.adoc2
-rw-r--r--lib/asciidoctor.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index e363320d..fa2ab31d 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -74,7 +74,7 @@ Improvements::
* Remove redundant test for halign and valign attributes on table cell in DocBook converter
* 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.6
+ * Upgrade MathJax from 2.7.5 to 2.7.9
* 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 bbcec44b..b76a1d16 100644
--- a/lib/asciidoctor.rb
+++ b/lib/asciidoctor.rb
@@ -359,7 +359,7 @@ module Asciidoctor
HIGHLIGHT_JS_VERSION = '9.15.10'
- MATHJAX_VERSION = '2.7.6'
+ MATHJAX_VERSION = '2.7.9'
DEFAULT_ATTRIBUTES = {
'appendix-caption' => 'Appendix',