yew-katex

Crates.ioyew-katex
lib.rsyew-katex
version0.19.0
sourcesrc
created_at2020-10-20 02:46:29.62784
updated_at2022-09-27 03:10:16.301892
descriptionRender math with KaTeX in Yew!
homepage
repositoryhttps://github.com/oovm/yew-katex
max_upload_size
id303236
size4,242
SasakiSaki (oovm)

documentation

README

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">
Commit count: 16

cargo fmt