cstef
cstef
This indeed sounds a bit risky, including the original source in the alt should be enough for now. I will tinker a bit with the library you linked to try...
I have tried out a bit the library you linked, here's the result I get:  I am using `katex`'s font for the rendered mathml. There are still a lot...
Update: - As per @soqb suggested, math-related configuration is now grouped into the `math` attribute: ```toml [markdown.math] engine = "typst" # typst, katex, or none svgo = true # true,...
@soqb after benchmarking papaya and dashmap, it looks like the difference for our scale is _very_ _very_ small... Benchmarks were ran on a site with around 500 elements in cache:...
css attribute was for css injected _inside_ the svg (typst). For KaTeX, there is nothing injected. Maybe I should update the documentation for this.
This was intially just a PoC to fit my own needs for a blog, and I posted a PR here just in case anyone was interested. I'd gladly help you...
Merge conflicts were resolved
Hey @keats! Any thoughts on this math rendering PR? Would love to get your feedback to move this forward 🙂
Hey, thank you so much for taking interest in this PR ! It is already possible to include packages by default via the `addon` field in the config: ```toml [markdown.math]...
@claytonwramsey Thanks for the feedback ! after taking a look at the code, it was a complete mess, I don't even know how it was supposed to work before lol,...