yew-katex-new

Crates.ioyew-katex-new
lib.rsyew-katex-new
version0.19.0
sourcesrc
created_at2023-09-08 14:05:34.640296
updated_at2023-09-08 14:05:34.640296
descriptionRender math with KaTeX in Yew! But working with newer versions of yw
homepage
repositoryhttps://github.com/Popaulol/katex.wasm
max_upload_size
id967136
size4,489
Staubcoding (Popaulol)

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: 19

cargo fmt