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

docs: Add JekTex to list of libraries #3937

Merged
merged 2 commits into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ you'll need to first convert AsciiMath into LaTeX input, then call KaTeX.
- [KaTeX-iOS](https://github.com/ianarawjo/KaTeX-iOS): iOS UIView that renders TeX expressions with KaTeX
- [KatexUtils](https://cocoapods.org/pods/KatexUtils): KaTeX solution for newer iOS version, supports CocoaPods integration

### Jekyll

- [JekTex](https://github.com/yagarea/jektex): Fast and highly configurable Jekyll plug-in that renders math expressions using KaTeX. It can be used with github pages.

### React

- [react-latex](https://github.com/zzish/react-latex): React component to render latex strings, based on KaTeX
Expand Down