diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-10-10 11:15:35 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-10 11:15:35 -0700 |
commit | 270b4bc2bc84e79f90f91710eb48efefe857b6bf (patch) | |
tree | 47520a193aa08c35bdbd1c434931ccbb857b42ce | |
parent | 0166b8f8573494beeac603a8037cf16783da8c56 (diff) | |
download | pandoc-270b4bc2bc84e79f90f91710eb48efefe857b6bf.tar.gz |
Update s5-fancy.html test with new mathjax URL.
-rw-r--r-- | test/s5-fancy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/s5-fancy.html b/test/s5-fancy.html index 7f5350b51..f5c41e561 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -28,7 +28,7 @@ <link rel="stylesheet" href="s5/default/opera.css" type="text/css" media="projection" id="operaFix" /> <!-- S5 JS --> <script src="s5/default/slides.js" type="text/javascript"></script> - <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" type="text/javascript"></script> + <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script> </head> <body> <div class="layout"> |