Skip to content

Commit

Permalink
feat(third-party): update mathjax to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Feb 8, 2020
1 parent 123eea1 commit d6ea45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/third-party/mathjax.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
};
(function () {
var script = document.createElement('script');
script.src = 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js';
script.src = 'https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js';
script.defer = true;
document.head.appendChild(script);
})();
Expand Down

0 comments on commit d6ea45b

Please sign in to comment.