blades-katex

Crates.ioblades-katex
lib.rsblades-katex
version0.1.2
sourcesrc
created_at2022-06-07 12:47:26.676215
updated_at2022-06-07 12:47:26.676215
descriptionA transform plugin for Blades to render formulas using KaTeX
homepage
repository
max_upload_size
id601474
size78,655
(grego)

documentation

README

A transform plugin for Blades that renders formulas using KaTeX. Formulas delimited by $ are rendered in inline mode and by $$ in display mode. Formulas are cached, so they don't have to be rendered multiple times.

This plugin can be installed as

cargo install blades-katex

Then, it can be used in Blades as

[plugins]
transform = ["blades-katex"]
Commit count: 0

cargo fmt