From f35c41883cf11cf61fce8a1ce475df3808a5249d Mon Sep 17 00:00:00 2001 From: dudko Date: Sat, 31 Mar 2018 23:33:01 +1000 Subject: [PATCH] List react-katex in Libraries (#1236) * List react-katex in Libraries * Added react-latex * Fix capitalization * Move React libraries above Ruby library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bb018104..3aed827e 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,15 @@ will appear larger than 1cm in browser units. ### Angular2+ - [ng-katex](https://github.com/garciparedes/ng-katex) Angular module to write beautiful math expressions with TeX syntax boosted by KaTeX library +### React +- [react-latex](https://github.com/zzish/react-latex) React component to render latex strings, based on KaTeX +- [react-katex](https://github.com/talyssonoc/react-katex) React components that use KaTeX to typeset math expressions + ### Ruby - [katex-ruby](https://github.com/glebm/katex-ruby) Provides server-side rendering and integration with popular Ruby web frameworks (Rails, Hanami, and anything that uses Sprockets). + ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md)