Skip to content
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

[math] Improved HTML rendering using KaTeX #155

Open
mmcky opened this issue Feb 19, 2025 · 1 comment
Open

[math] Improved HTML rendering using KaTeX #155

mmcky opened this issue Feb 19, 2025 · 1 comment

Comments

@mmcky
Copy link

mmcky commented Feb 19, 2025

We should look at switching from mathjax to katex to improve math rendering speed

https://katex.org/

@mmcky
Copy link
Author

mmcky commented Feb 19, 2025

Thanks @jstac

Had a Quick Look and it unfortunately won't be a simple drop in replacement.

https://67b6662495f36929ec2ce18c--taupe-gaufre-c4e660.netlify.app/linear_equations

The server side rendering is really cool, can use node to build the math during the build phase which means the math loads straight away but the formatting is all off and the docs doesn't appear to have a simple fix for this.

Will touch base with the jupyter-book team re: rendering in mystmd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant