Skip to content

Commit

Permalink
docs: Mathjax -> Katex
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Jan 29, 2024
1 parent 4c1b9b6 commit b56de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/components/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b56de82

Please sign in to comment.