We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0271791 commit d5392d1Copy full SHA for d5392d1
src/doc/rustdoc/src/linking-to-items-by-name.md
@@ -24,6 +24,9 @@ pub struct Foo4;
24
pub struct Bar;
25
```
26
27
+Unlike normal markdown, `[bar][Bar]` syntax is also supported without needing a
28
+`[Bar]: ...` reference link, and links are case-sensitive.
29
+
30
Backticks around the link will be stripped, so ``[`Option`]`` will correctly
31
link to `Option`.
32
0 commit comments