Skip to content
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

Remove pre-wrap CSS rule that breaks multi-line inline literals #2512

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

ExplodingCabbage
Copy link
Contributor

As written up in detail at #2511, this rule breaks the rendering of 199 inline literals across all the PEPs, and appears to have no reason to exist. I therefore propose to remove it.

Resolves #2511.

As written up in detail at python#2511, this rule breaks the rendering of 199 inline literals across all the PEPs, and appears to have no reason to exist. I therefore propose to remove it.
Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rule was also removed from <pre> but not <code> as part of #2463. I checked some horizontal code scrolls and they still look good:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline literals that span multiple lines in the RST file get rendered incorrectly
4 participants