Closed
Description
I was reading the docs and noticed that all of the links open in the current tab. As MarkDown is used, new tabs aren't natively available but MarkDown does support raw html.
i.e. instead of writing (in guide.md)
<a href="https://github.com/rust-lang/rust#building-from-source">building Rust from Source</a>
We could write
<a href="https://github.com/rust-lang/rust#building-from-source" target="_blank">building Rust from Source</a>
This will open links in new tabs and won't take us away from the guide (or whatever documentation) we were reading.
Metadata
Metadata
Assignees
Labels
No labels