From ac09690635b5f8eb5ad7ef518c9456fb9a4b4090 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 24 Oct 2024 07:42:23 -0700 Subject: [PATCH] Update ToMath.md --- 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 2eba9abbe..df31e9500 100644 --- a/content/en/functions/transform/ToMath.md +++ b/content/en/functions/transform/ToMath.md @@ -94,7 +94,7 @@ There are 3 ways to handle errors from KaTeX: 1. Let KaTeX throw an error and make the build fail. This is the default behavior. 1. Handle the error in your template. See the render hook example below. -1. Set the `throwOnError` option to `false` to make KaTeX render the expression as an error instead of throwing an error. See [options]. +1. Set the `throwOnError` option to `false` to make KaTeX render the expression as an error instead of throwing an error. See [options](#options). {{< code file=layouts/_default/_markup/render-passthrough-inline.html copy=true >}} {{ with transform.ToMath .Inner }}