Make mathjax async
This commit is contained in:
parent
695fa85b19
commit
76afe927b6
4 changed files with 8 additions and 52 deletions
|
@ -1,2 +1,5 @@
|
|||
<script type="text/javascript" src="{{ static('mathjax3_config.js') }}"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
|
||||
<script type="text/javascript" src="{{ static('mathjax3_config.js') }}?v=1"></script>
|
||||
<script type="text/javascript" id="MathJax-script" async
|
||||
src="https://cdn.jsdelivr.net/npm/mathjax@3.0.0/es5/tex-chtml.js">
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue