mirror of https://github.com/zulip/zulip.git
markdown: Load KaTeX in the app.
This commit is contained in:
parent
79e945edb1
commit
c1fea74a65
|
@ -28,6 +28,7 @@
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{{ minified_js('common')|safe }}
|
{{ minified_js('common')|safe }}
|
||||||
|
{{ minified_js('katex')|safe }}
|
||||||
{% block customhead %}
|
{% block customhead %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue