summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-09-15 03:33:50 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-09-15 03:33:50 -0600
commit89a460d7ee2a5abe8f32c6dc6f95ee3cd04d8a70 (patch)
treeecf5cb1545b23e906b6473faf519e4d7ca39d857 /lib
parentad343c4b3b34f18782f833e12d908a11232be3b7 (diff)
upgrade MathJax from 2.7.5 to 2.7.6
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor.rb b/lib/asciidoctor.rb
index d2ff199a..60718962 100644
--- a/lib/asciidoctor.rb
+++ b/lib/asciidoctor.rb
@@ -359,7 +359,7 @@ module Asciidoctor
HIGHLIGHT_JS_VERSION = '9.15.6'
- MATHJAX_VERSION = '2.7.5'
+ MATHJAX_VERSION = '2.7.6'
# attributes which be changed throughout the flow of the document (e.g., sectnums)
FLEXIBLE_ATTRIBUTES = ['sectnums']