markdown: Load KaTeX in the app.

This commit is contained in:
Yago González 2017-03-31 20:52:51 +02:00 committed by Tim Abbott
parent 79e945edb1
commit c1fea74a65
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
</script>
{% endblock %}
{{ minified_js('common')|safe }}
{{ minified_js('katex')|safe }}
{% block customhead %}
{% endblock %}
</head>