-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Escape item search summaries #87331
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
Escape item search summaries #87331
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
af606b1
to
1ac65cb
Compare
1ac65cb
to
bab60b2
Compare
This comment has been minimized.
This comment has been minimized.
bab60b2
to
343a6bc
Compare
This comment has been minimized.
This comment has been minimized.
e9af1f8
to
8c816dd
Compare
Thanks! r=me once CI pass. |
📌 Commit 8c816dd4d1ec36050baf8195078267232e8df2a5 has been approved by |
Weird... CI passed but I had accidentally removed the import of EDIT: It looks like that import was added after the merge-base of this PR, and because CI merges before testing, it was as if the import was appearing in this PR magically 😅 |
8c816dd
to
95a9d20
Compare
I noticed that `Pin::new()`'s search summary looked off, and I realized that the reason is that it has inline code containing `Pin<P>`, which is not escaped and thus renders as a paragraph tag!
95a9d20
to
4ad2d68
Compare
📌 Commit 4ad2d68 has been approved by |
☀️ Test successful - checks-actions |
I noticed that
Pin::new()
's search summary looked off, and I realizedthat the reason is that it has inline code containing
Pin<P>
, which isnot escaped and thus renders as a paragraph tag!