Merge pull request #2715 from tshepang/patch-1

add another link type
This commit is contained in:
Eric Huss 2025-06-02 15:14:02 +00:00 committed by GitHub
commit f3ee794283
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: <https://www.rust-lang.org>.
[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: <https://www.rust-lang.org>.
[an mdBook link]: https://github.com/rust-lang/mdBook
----
Relative links that end with `.md` will be converted to the `.html` extension.