Rustdoc search results ignore markdown formatting #32040
Labels
C-bug
Category: This is a bug.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Using Rust 1.7, a rustdoc search result shown in the browser (as a consequence of pressing the
S
key 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.
The text was updated successfully, but these errors were encountered: