add another link type
This commit is contained in:
parent
f93b2675ff
commit
c6a5d05c64
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue