Closed
Description
Use case: rustdoc wants to turn [type@char]
into <a href="https://doc.rust-lang.org/std/primitive.char.html>char</a>
. But the broken_link_callback
API doesn't allow for changing the text of a link, only the title that shows up when you hover.
See also rust-lang/rust#65354, especially my comments around rust-lang/rust#65354 (comment).
I'd try to implement this myself, but my last try went ... poorly.
Metadata
Metadata
Assignees
Labels
No labels