From 1a7167cdbb0375ab9ef34b3d0f706ea7719c0cc9 Mon Sep 17 00:00:00 2001 From: nks5117 <33224777+nks5117@users.noreply.github.com> Date: Tue, 23 Mar 2021 22:50:52 +0800 Subject: [PATCH] docs: add an iOS library (#2838) Co-authored-by: Kevin Barabash Co-authored-by: ylemkimon --- docs/libs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/libs.md b/docs/libs.md index f6dcd2c7..2d9a8d94 100644 --- a/docs/libs.md +++ b/docs/libs.md @@ -20,6 +20,7 @@ These libraries are maintained by third-parties. ### iOS - [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 ### Android - [KaTeXView](https://github.com/judemanutd/KaTeXView): An android library that uses Khan Academy KaTeX for TeX math rendering.