From fa89bd8f4da023b233b6473fe700e25dc54442c5 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 9 Jan 2025 21:19:40 +0100 Subject: [PATCH] Bump KaTeX to latest version --- layouts/partials/scripts.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index a9b2d32c4..24a20531f 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -36,23 +36,23 @@ {{ if $needKaTeX -}} {{/* load stylesheet and scripts for KaTeX support */ -}} - + {{/* The loading of KaTeX is deferred to speed up page rendering */ -}} - {{ if $needmhchem -}} {{/* To add support for displaying chemical equations and physical units, load the mhchem extension: */ -}} - {{ end -}} {{/* To automatically render math in text elements, include the auto-render extension: */ -}} - {{ end -}}