Bump bundled MathJax version

This commit is contained in:
Kovid Goyal 2021-04-25 13:37:03 +05:30
parent 3d83748f2a
commit edcfcd9792
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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):