-
Notifications
You must be signed in to change notification settings - Fork 13.3k
(Re?)enable LaTeX math in documentation #12989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Well if it's just for pows, we don't need MathJax but we can rather just add |
Yes, that's a work-around. Although, there are places where I would like proper rendering (example). I'm sure other people will wish to use rustdoc with rendered mathematics, so it would still be neat to at least have |
One thing to note using markdown and MathJAX is that underscores need to be escaped from |
internal: Remove incomplete 1.64 ABI This no longer works for current nightlies and should not be needed any more, since we can use the toolchain's proc macro server instead.
http://static.rust-lang.org/doc/master/rust.html#machine-types currently has text like
$[0, 2^8 - 1]$
. It looks like it’s supposed to be rendered as a nicely formatted equation, and maybe was at some point.The text was updated successfully, but these errors were encountered: