From d22cadc25a47271cf3d0b77d2115c52c6bb782ef Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 24 Jan 2025 10:49:59 -0800 Subject: [PATCH] Update mathematics.md --- content/en/content-management/mathematics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/mathematics.md b/content/en/content-management/mathematics.md index 5eda9ffa3..f600fd89b 100644 --- a/content/en/content-management/mathematics.md +++ b/content/en/content-management/mathematics.md @@ -44,7 +44,7 @@ Equations and expressions can be displayed inline with other text, or as standal Whether an equation or expression appears inline, or as a block, depends on the delimiters that surround the mathematical markup. Delimiters are defined in pairs, where each pair consists of an opening and closing delimiter. The opening and closing delimiters may be the same, or different. {{% note %}} -You can configure Hugo to render mathematical markup on the client-side using the MathJax or KaTeX display engine, or you can render the markup while building your site with the [`transform.ToMath`]function. +You can configure Hugo to render mathematical markup on the client side using the MathJax or KaTeX display engine, or you can render the markup with the [`transform.ToMath`] function while building your site. The first approach is described below.