From c6a5d05c648ebd5b6c78f8bb90b2d40b17a55237 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 30 May 2025 21:18:11 +0200 Subject: [PATCH] add another link type --- guide/src/format/markdown.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guide/src/format/markdown.md b/guide/src/format/markdown.md index f837d54c..0077302d 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.