From 3198de8c45b7e97e4466b3e35c34032fc2c935ff Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 3 Feb 2025 11:58:05 +0000 Subject: [PATCH] docs: Clarify how to enable math equations (#10894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Lorber --- .../markdown-features/markdown-features-math-equations.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/guides/markdown-features/markdown-features-math-equations.mdx b/website/docs/guides/markdown-features/markdown-features-math-equations.mdx index 178ef2fd9a..0fd9543d8e 100644 --- a/website/docs/guides/markdown-features/markdown-features-math-equations.mdx +++ b/website/docs/guides/markdown-features/markdown-features-math-equations.mdx @@ -10,9 +10,11 @@ import BrowserWindow from '@site/src/components/BrowserWindow'; Mathematical equations can be rendered using [KaTeX](https://katex.org). +See [below](#configuration) how to activate them. + ## Usage {#usage} -Please read [KaTeX](https://katex.org) documentation for more details. +Please read the [KaTeX](https://katex.org) documentation for more details. ### Inline {#inline}