-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Rustdoc search results ignore markdown formatting #32040
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Using Rust 1.7, a rustdoc search result shown in the browser (as a consequence of pressing the
Skey and entering a search term) displays raw Markdown, not formatted text. For example, take the standard library documentation, pressS, then enter the search termtrait: Neg, and the search result will show this text verbatim:Whereas, it should be formatted—i.e., no backticks.