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 30, 2024
1 parent 1d3f2d2 commit e641658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/solara-widget-manager8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"@lumino/signaling": "^1.4.3",
"@lumino/virtualdom": "^1.8.0",
"@lumino/widgets": "^1.18.0",
"@types/node": "^18.11.9",
"mathjax-full": "^3.0.0",
"mermaid": "^8.6.4",
"katex": "^0.16.09",
"patch-package": "^8.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion solara/components/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,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 e641658

Please sign in to comment.