We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, in https://doc.rust-lang.org/nightly/std/option/enum.Option.html#method.filter code blocks look like plain text even if they are marked as code in source.
crlf0710@discord;
Those formattings are specified under the CSS selector .docblock p>code, .docblock-short p>code" which doesn't cover the ul li case.
.docblock p>code, .docblock-short p>code"
ul
li
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered:
Indeed! I'll write a fix this evening.
Sorry, something went wrong.
Rollup merge of rust-lang#53041 - GuillaumeGomez:fix-code-css-rule, r…
290f9e9
…=QuietMisdreavus Fix invalid code css rule Fixes rust-lang#53017. r? @QuietMisdreavus
e8060a4
Thanks!
GuillaumeGomez
No branches or pull requests
For example, in https://doc.rust-lang.org/nightly/std/option/enum.Option.html#method.filter code blocks look like plain text even if they are marked as code in source.
crlf0710@discord;
cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: