Skip to content

Commit c6a5d05

Browse files
committed
add another link type
1 parent f93b267 commit c6a5d05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

guide/src/format/markdown.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,22 @@ Use [mdBook](https://github.com/rust-lang/mdBook).
7575

7676
Read about [mdBook](mdbook.md).
7777

78+
And now [an mdBook link] that is not inline, unlike the above.
79+
7880
A bare url: <https://www.rust-lang.org>.
81+
82+
[an mdBook link]: https://github.com/rust-lang/mdBook
7983
```
8084

8185
Use [mdBook](https://github.com/rust-lang/mdBook).
8286

8387
Read about [mdBook](mdbook.md).
8488

89+
And now [an mdBook link] that is not inline, unlike the above.
90+
8591
A bare url: <https://www.rust-lang.org>.
8692

93+
[an mdBook link]: https://github.com/rust-lang/mdBook
8794
----
8895

8996
Relative links that end with `.md` will be converted to the `.html` extension.

0 commit comments

Comments
 (0)