cstef
cstef
@notriddle `push_html` is missing a type parameter for the underlying `Event
My idea was to implement a simple `ToClass` trait for admonitions that will be used with `HtmlWriter`: ```rs pub trait ToClass where I: Iterator, // ... ```` The default html...
I've been maintaining a fork of Zola that adds server-side math and diagram rendering, along with some caching improvements. Given Typst's strengths, I wonder if it could be integrated in...
Typst by itself adds about 15-20MB to the binary, so yeah it's a pretty big boy 😄. The engine is able to do so much more than just plain math...
typst v13 looks promising ! I just tested it out, this could really be a game changer
bump 
@Keats this should do it
I don't really know how to get rid of these `Cargo.lock` updates, but anyways
This PR adds math rendering on the "server-side" with [typst](https://typst.app), while keeping the katex option open for latex. A `GenericCache` struct has also been added for integrations like these to...
Thanks a lot :D Typst doesn't yet support HTML or MathML output (see https://github.com/typst/typst/issues/5512) The basic katex implementation however already outputs HTML I think. I don't use LaTeX that much...