From 686b9527c62cec4adff716ac74d05fa407c4274b Mon Sep 17 00:00:00 2001 From: Gordana Dimic Date: Wed, 8 Nov 2023 16:05:45 +0100 Subject: [PATCH] add instruction to open link in a new window --- content/en/links.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/links.md b/content/en/links.md index 2dedfcb..75f179b 100644 --- a/content/en/links.md +++ b/content/en/links.md @@ -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) * Additional link styles include: