3 releases (breaking)

0.19.0 Sep 27, 2022
0.2.0 Oct 26, 2020
0.1.0 Oct 20, 2020

#1723 in Math

MPL-2.0 license

4KB
53 lines

KaTeX for Rust

Render math with KaTeX in Web!

How to use

  1. When auto-cdn feature is enable, CDN will be inserted to head when the first component of this type is loaded.

If you want to manage CDN by yourself, you can disable this feature and manually import it

<link rel="stylesheet" href="https://unpkg.com/katex@0.15.2/dist/katex.min.css">

Dependencies

~14MB
~235K SLoC