Bump bundled MathJax version

This commit is contained in:
Kovid Goyal
2021-04-25 13:37:03 +05:30
parent 3d83748f2a
commit edcfcd9792
+1 -1
View File
@@ -18,7 +18,7 @@ class MathJax(ReVendor):
description = 'Create the MathJax bundle'
NAME = 'mathjax'
TAR_NAME = 'MathJax'
VERSION = '3.0.5'
VERSION = '3.1.4'
DOWNLOAD_URL = 'https://github.com/mathjax/MathJax/archive/%s.tar.gz' % VERSION
def add_file_pre(self, name, raw):