From b56de82701b40945a5c5f921367437f150cdc419 Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Thu, 25 Jan 2024 16:01:20 +0100 Subject: [PATCH] docs: Mathjax -> Katex --- solara/components/markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solara/components/markdown.py b/solara/components/markdown.py index 682f947f8..90339484e 100644 --- a/solara/components/markdown.py +++ b/solara/components/markdown.py @@ -310,7 +310,7 @@ def Markdown(md_text: str, unsafe_solara_execute=False, style: Union[str, Dict, Renders markdown using https://python-markdown.github.io/ - Math rendering is done using Latex syntax, using https://www.mathjax.org/. + Math rendering is done using Latex syntax, using https://katex.org/. ## Examples