Skip to content

Commit

Permalink
[MkDocs] Open link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Nov 8, 2023
1 parent 1d01153 commit 8ba8f69
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/mkdocs.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ plugins:
[🔗](https://www.mkdocs.org/user-guide/configuration/#environment-variables)
### Open link in new tab
```md
[Open :material-launch:](https://example.org){: target=_blank rel=noopener }
```
<div class="result" markdown>
[Open :material-launch:](https://example.org){: target=_blank rel=noopener }
</div>
### Result box
```bash title="Say hello!"
Expand Down

0 comments on commit 8ba8f69

Please sign in to comment.