Skip to content

Commit d5392d1

Browse files
committed
Document differences from markdown
1 parent 0271791 commit d5392d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/rustdoc/src/linking-to-items-by-name.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ pub struct Foo4;
2424
pub struct Bar;
2525
```
2626

27+
Unlike normal markdown, `[bar][Bar]` syntax is also supported without needing a
28+
`[Bar]: ...` reference link, and links are case-sensitive.
29+
2730
Backticks around the link will be stripped, so ``[`Option`]`` will correctly
2831
link to `Option`.
2932

0 commit comments

Comments
 (0)