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