TypeSet MathJax
This commit is contained in:
parent
d3f904283d
commit
e2d02dae99
1 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
||||||
'/ws/chat/');
|
'/ws/chat/');
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="{{ static('mathjax_config.js') }}"></script>
|
<script type="text/javascript" src="{{ static('mathjax_config.js') }}"></script>
|
||||||
|
<script type="text/javascript"
|
||||||
|
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
let currentPage = 1;
|
let currentPage = 1;
|
||||||
|
@ -58,6 +60,7 @@
|
||||||
else {
|
else {
|
||||||
ul.prepend(li)
|
ul.prepend(li)
|
||||||
}
|
}
|
||||||
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
||||||
}
|
}
|
||||||
|
|
||||||
(function init_chatlog() {
|
(function init_chatlog() {
|
||||||
|
@ -180,8 +183,7 @@
|
||||||
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript"
|
|
||||||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML"></script>
|
|
||||||
{% endblock js_media %}
|
{% endblock js_media %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
Loading…
Reference in a new issue