Crates.io | yew-katex |
lib.rs | yew-katex |
version | 0.19.0 |
source | src |
created_at | 2020-10-20 02:46:29.62784 |
updated_at | 2022-09-27 03:10:16.301892 |
description | Render math with KaTeX in Yew! |
homepage | |
repository | https://github.com/oovm/yew-katex |
max_upload_size | |
id | 303236 |
size | 4,242 |
Render math with KaTeX in Web!
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">