diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index f837d54c9c..0077302d40 100644 --- a/guide/src/format/markdown.md +++ b/guide/src/format/markdown.md @@ -75,15 +75,22 @@ Use [mdBook](https://github.com/rust-lang/mdBook). Read about [mdBook](mdbook.md). +And now [an mdBook link] that is not inline, unlike the above. + A bare url: . + +[an mdBook link]: https://github.com/rust-lang/mdBook ``` Use [mdBook](https://github.com/rust-lang/mdBook). Read about [mdBook](mdbook.md). +And now [an mdBook link] that is not inline, unlike the above. + A bare url: . +[an mdBook link]: https://github.com/rust-lang/mdBook ---- Relative links that end with `.md` will be converted to the `.html` extension.