Skip to content

Commit

Permalink
update example for opening 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 686b952 commit 586922f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/en/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ The usage of `links` allows us to connect text inside and across sections, as we

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

* This is how a `link` is written in markdown:
```md
[Markdown Guide](https://www.markdownguide.org)<base target="_blank">
```

* Additional link styles include:

```md
Expand Down

0 comments on commit 586922f

Please sign in to comment.