From 9452bca921cdfe1fdbc0f8d5e52f1a3db57e03d0 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 4 Jun 2025 11:49:21 -0700 Subject: [PATCH] content: Update description ToMath strict option --- 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 3b34454f9..87fa8c3e5 100644 --- a/content/en/functions/transform/ToMath.md +++ b/content/en/functions/transform/ToMath.md @@ -67,7 +67,7 @@ output strict : {{< new-in 0.147.6 />}} -: (`string`) Controls how KaTeX handles LaTeX features that offer convenience but aren't officially supported, either `error` or `ignore`. Default is `error`. +: (`string`) Controls how KaTeX handles LaTeX features that offer convenience but aren't officially supported, one of `error`, `ignore`, or `warn`. Default is `error`. - `error`: Throws an error when convenient, unsupported LaTeX features are encountered. - `ignore`: Allows convenient, unsupported LaTeX features without any feedback.