Closed cx19981114 closed 6 months ago
I find some information regarding the LaTeX amsmath package(https://www.ams.org/arc/tex/amsmath/amsldoc.pdf).
We're using katex for rendering latex expressions in web, it might behave differently from amsmath package. It looks like there's no issue on the web with displaying expressions, everything looks normal in the docs (e.g. this is how Polynomial::from_coefs is rendered, it seems fine before the changes). Right now, I don't see what issue the PR is addressing, so I'm closing it. If you find anything that doesn't render properly, please, point it out to us (e.g. send a screenshot).
Why? It renders fine on docs.rs