-
Notifications
You must be signed in to change notification settings - Fork 147
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
Use KaTeX in documentation #226
Conversation
Cool. Not to be a super downer, but while docs.rs is awesome, it also makes it so that it's best if docs build well there, so is it possible to use this there? Their maintainer seems pretty open to installing new software and so on, so maybe. |
This requires no additional software, only some environment variable. So if it is possible to set them on docs.rs then it should work. |
It definitely looks nice! But I do have concerns...
I think perhaps it will need some cargo enhancements before this can work cleanly. |
It wouldn't be so bad if it degraded better, but raw math typesetting is really ugly IMO. |
Yeah it is a shame, but currently there is no other way to achieve that. We could although try to propose such change for Cargo. |
However I would love to have possibility to use ASCIIDoc instead of Markdown in documentation as it is more suitable and have a lot more possibilities to work with. Unfortunately that isn't going to happen soon :( |
IMO, the cosmetic improvement when this works right is not enough to justify the problems. |
☔ The latest upstream changes (presumably #246) made this pull request unmergeable. Please resolve the merge conflicts. |
…or-value Impl Default for Value
Closing as a stale PR. I'd rather wait for properly integrated support in cargo and/or rustdoc. |
Before:
After:
Close #225