Use updated mathjax provided by jsdelivr. (#215)

This commit is contained in:
foodtooth 2019-09-24 01:18:42 +08:00 committed by Luiz F. A. de Prá
parent 3cc2397944
commit 45d25ecd73
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{- if .Params.math -}}
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML-full">
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$']],