It is supposed to be rendered with mdbook-katex
Which it does nicely when I’ve built the book locally, assuming
cargo install mdbook-katex mdbook
followed by
mdbook serve
Maybe mdbook-katex
was missing when docs were generated?
Looking at the docs for mdbook-katex it looks like you the following needs to be added to book.toml
:
[output.katex]
Every mathematical formula on the theory page is enclosed in dollar signs which makes it really hard to read.
If this syntax is supposed to be rendered somehow, it doesn’t work, for me at least (Firefox 95.0.1 on Linux).
Maybe this syntax should be removed or replaced by something else?