fix: nested details tags in markdown bodies#6458
Merged
Merged
Conversation
Member
Pull request changelogAppAddedChangedDeprecatedRemovedFixedSecurityWebsiteAddedChangedFixed extra space in nested DeprecatedRemovedFixedSecurityHostingAddedChangedDeprecatedRemovedFixedSecurity |
Prospector
approved these changes
Jun 21, 2026
Member
Frontend previewsLast deployed commit is 4a4afde22e64b6e1da9b32456fbe560f7e2d7218
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nearly 5 years ago, I reviewed a pull request that gave us much of the project description styling we know and love today.
However, for that entire time, something has plagued me deeply. Unopened nested
<details>tags have long had an extra gap in a place where they shouldn't. See, for instance, the "within details" and "more" tags in the pictures below.This PR aims to finally fix this, once and for all.