summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-02 14:26:07 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-02 14:28:02 -0700
commitd9ba1ec573659836a7871623a2e935d78367c116 (patch)
treea3148507c1bb5c0808b0853f437d1bad9a51dc30
parent7d8620a9940bcd407a6ebbd8c9899d354a066565 (diff)
upgrade MathJax to 2.7.9
-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',