Merge branch '1.8'

This commit is contained in:
Takeshi KOMIYA
2018-12-18 23:32:52 +09:00
9 changed files with 31 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ def test_mathjax_options(app, status, warning):
content = (app.outdir / 'index.html').text()
assert ('<script async="async" integrity="sha384-0123456789" type="text/javascript" '
'src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?'
'src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?'
'config=TeX-AMS-MML_HTMLorMML"></script>' in content)