diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-09-15 03:33:50 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-09-15 03:33:50 -0600 |
| commit | 89a460d7ee2a5abe8f32c6dc6f95ee3cd04d8a70 (patch) | |
| tree | ecf5cb1545b23e906b6473faf519e4d7ca39d857 /lib | |
| parent | ad343c4b3b34f18782f833e12d908a11232be3b7 (diff) | |
upgrade MathJax from 2.7.5 to 2.7.6
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor.rb | 2 |
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'] |
