Skip to content

Commit

Permalink
add instruction to open link in a new window
Browse files Browse the repository at this point in the history
  • Loading branch information
gocadimic committed Nov 8, 2023
1 parent 02ef2db commit 686b952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ The usage of `links` allows us to connect text inside and across sections, as we
```md
[Markdown Guide](https://www.markdownguide.org)
```
* To create a `link` written in markdown that opens in a new tab or window:

[Markdown Guide](https://www.markdownguide.org)<base target="_blank">

* Additional link styles include:

Expand Down

0 comments on commit 686b952

Please sign in to comment.