-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Prevent urls in headings #68224
Prevent urls in headings #68224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally this does fix the raised issue.
@bors r+ |
📌 Commit 1bf9f69 has been approved by |
@bors r- |
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. r=me with the change to the test applied.
|
||
/// fooo | ||
/// | ||
/// # Implementing [stuff](http://a.a) somewhere |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// # Implementing [stuff](http://a.a) somewhere | |
/// # Implementing [stuff](http://a.a "title") somewhere |
We may as well check that the link title doesn't show up accidentally while we're at it.
Applied suggestion. |
@bors: r=ollie27 |
📌 Commit 298e8ad has been approved by |
…ings, r=ollie27 Prevent urls in headings Fixes rust-lang#68215. cc @pietroalbini @ollie27 r? @kinnison
…ings, r=ollie27 Prevent urls in headings Fixes rust-lang#68215. cc @pietroalbini @ollie27 r? @kinnison
Fixes #68215.
cc @pietroalbini @ollie27
r? @kinnison