Skip to content

Conversation

@futile
Copy link
Contributor

@futile futile commented Feb 20, 2025

The URL contains brackets, i.e., (), which seem to throw off the Markdown-to-HTML rendering, leading to the link being broken.

This commit simply URL-encodes the brackets, resulting in a link that works and is not ambiguous w.r.t. Markdown-to-HTML rendering.

The link itself contains brackets, i.e., `()`, which seem to throw off rendering of the link, leading to the link being broken.

This commit simply URL-encodes the brackets, resulting in a link that works and is not ambiguous w.r.t. Markdown-to-HTML rendering.
@extua
Copy link
Contributor

extua commented Feb 21, 2025

This would close #6403.

@futile
Copy link
Contributor Author

futile commented Feb 21, 2025

s/brackets/parentheses/g it would seem.. 😅

Copy link
Contributor

@nellshamrell nellshamrell left a comment

Choose a reason for hiding this comment

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

Good catch! Ty!

@nellshamrell nellshamrell merged commit 61b7895 into rust-lang:master Feb 21, 2025
1 check passed
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.

3 participants