From 5989c080f5067a164270a85342e915dc4db5f606 Mon Sep 17 00:00:00 2001 From: gws Date: Tue, 5 Nov 2024 22:15:59 +0100 Subject: [PATCH] enable katex for math rendering --- templates/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/index.html b/templates/index.html index a9ef60c..236af7d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,18 @@ {% block head %} + + + + + + + + {% endblock head %}