I can't get math equations getting rendered by using KaTex in my markdown files and don't know why. Can anyone help me, please?
I tried to reproduce it by creating a new clean Docusaurus project and afterwards followed the exact instructions on how to include KaTex math.
In this clean project I created an example page under ./src/pages/markdown-math-page.mdx.
---
title: Markdown page example
---
# Markdown page math example
Test math:
$a
$a + b = c$
It renders as shown in the image below, but the math equations aren't rendered as they should. What step am I missing?

I tried to reproduce the problem by following all outlined steps in the tutorial. Also there are no error or warning messages once I compile the page. The math just doesn't get rendered as it should.
To enable KaTex, you need to follow the instructions under the
Configurationsection: how to configure KaTex mathdocusaurus.config.jsfile (import plugins, add them to preset options, and include KaTex stylesheet)Result: