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 f93b267 commit c6a5d05Copy full SHA for c6a5d05
guide/src/format/markdown.md
@@ -75,15 +75,22 @@ Use [mdBook](https://github.com/rust-lang/mdBook).
75
76
Read about [mdBook](mdbook.md).
77
78
+And now [an mdBook link] that is not inline, unlike the above.
79
+
80
A bare url: <https://www.rust-lang.org>.
81
82
+[an mdBook link]: https://github.com/rust-lang/mdBook
83
```
84
85
Use [mdBook](https://github.com/rust-lang/mdBook).
86
87
88
89
90
91
92
93
94
----
95
96
Relative links that end with `.md` will be converted to the `.html` extension.
0 commit comments