From 902e360b047ee680445a6587a8072b5430c5d7b6 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 22 May 2025 11:30:21 -0700 Subject: [PATCH] content: Update stylesheet link for katex.js --- content/en/functions/transform/ToMath.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/transform/ToMath.md b/content/en/functions/transform/ToMath.md index d37e6aec9..9458b0857 100644 --- a/content/en/functions/transform/ToMath.md +++ b/content/en/functions/transform/ToMath.md @@ -122,7 +122,7 @@ In your base template, conditionally include the KaTeX CSS within the head eleme {{ $noop := .WordCount }} {{ if .Page.Store.Get "hasMath" }} - + {{ end }} ```