-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rustdoc: long lines are escaping text code blocks #87043
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
A quick test showed that the bug was introduced in |
@rustbot label +regression-from-stable-to-nightly |
Thanks, I'll fix it in the next hours. |
In case you want to take a look to the fix, it's #87056. |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 13, 2021
…low, r=notriddle Fix codeblocks overflow Fixes rust-lang#87043. Instead of completely relying on `pulldown-cmark` (and its potential changes), I decided to move the generation of codeblocks HTML directly in rustdoc so we can unify the DOM and the CSS classes. r? `@Nemo157`
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 13, 2021
…low, r=notriddle Fix codeblocks overflow Fixes rust-lang#87043. Instead of completely relying on `pulldown-cmark` (and its potential changes), I decided to move the generation of codeblocks HTML directly in rustdoc so we can unify the DOM and the CSS classes. r? ``@Nemo157``
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Repro:
Rustdoc output:

It seems that only code block with
text
language are affected.cc @GuillaumeGomez
Meta
The text was updated successfully, but these errors were encountered: