-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move from MathJax to Katex #483
feat: move from MathJax to Katex #483
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @iisakkirotko and the rest of your teammates on Graphite |
6b6e9e8
to
8f96659
Compare
a2bc37d
to
8d4fe2a
Compare
1a589d6
to
268dbf0
Compare
f26b0e4
to
fc01053
Compare
268dbf0
to
b56de82
Compare
c8dde04
to
f882941
Compare
b56de82
to
e641658
Compare
Please take a look at the merge conflicts, I guess it's that node typing line And what are the top reasons for moving from mathjax to katex? I know @kolibril13 is a katex fan as well, maybe he also knows good reasons to switch. |
katex got recommended to me by a friend, it's supposed to be fastest then mathjax. |
The benefit of KaTeX is mainly package size, compared to MathJax, which we used previously. Looking at the unpackaged size of the two on npm, you can see that the size of As @kolibril13 said, KaTeX seems to be faster than MathJax, but I think in comparison to MathJax 3, the difference is pretty minimal. Note that Jupyter still uses MathJax 2, which is much slower. Some people say that support for some LaTeX features in KaTeX might be lacking, but I don't foresee any of these being something that sees very frequent use in Solara apps. You can take a look at the KaTeX support table here |
…_VSCode' into 01-25-feat_move_from_MathJax_to_Katex
e4918c9
into
01-24-fix_Mermaid_and_Math_rendering_in_Jupyter_Lab_and_VSCode
* feat: move from MathJax to Katex
No description provided.