From 8b9e1ba3ed87ff8ca798b702d324f40052ca7444 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 22 May 2025 11:01:44 -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 8ee301e8d..d37e6aec9 100644 --- a/content/en/functions/transform/ToMath.md +++ b/content/en/functions/transform/ToMath.md @@ -63,7 +63,7 @@ output With `html` and `htmlAndMathml` you must include the KaTeX style sheet within the `head` element of your base template. ```html - + throwOnError : (`bool`) Whether to throw a `ParseError` when KaTeX encounters an unsupported command or invalid LaTeX. Default is `true`.