From 686b9527c62cec4adff716ac74d05fa407c4274b Mon Sep 17 00:00:00 2001 From: Gordana Dimic Date: Wed, 8 Nov 2023 16:05:45 +0100 Subject: [PATCH 1/2] 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: From 586922ff6e23324b6414e0ad25251ceea69caad6 Mon Sep 17 00:00:00 2001 From: Gordana Dimic Date: Wed, 8 Nov 2023 18:11:58 +0100 Subject: [PATCH 2/2] update example for opening link in a new window --- content/en/links.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/links.md b/content/en/links.md index 75f179b..cda0b0c 100644 --- a/content/en/links.md +++ b/content/en/links.md @@ -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) +* This is how a `link` is written in markdown: +```md +[Markdown Guide](https://www.markdownguide.org) +``` + * Additional link styles include: ```md