From 8a9a2629e77b154a8b39c9fadfa8a77b8ee616fa Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Wed, 19 Nov 2025 19:34:12 +0000 Subject: [PATCH 1/3] reinstate rotate the external link icon --- src/css/doc.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/doc.css b/src/css/doc.css index b8a9d47a..d4d19b66 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -1376,6 +1376,7 @@ body { display: inline-block; margin: 0 0.2rem; content: "→"; + transform: rotate(-45deg); color: var(--link-font-color); transition: all 0.2s linear; top: 0; From 9d9d24bf1f6564b32e2b31fbc6c0a1a1bfec4910 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Wed, 19 Nov 2025 20:01:24 +0000 Subject: [PATCH 2/3] add an external link --- preview-src/index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/preview-src/index.adoc b/preview-src/index.adoc index b292e6b8..ec416f11 100644 --- a/preview-src/index.adoc +++ b/preview-src/index.adoc @@ -737,8 +737,8 @@ For more information, see the link:/ops-manual[Operations Manual^] *Text that link to www.example.com* . Text link:#test-links[anchor to test links] text text. -. Text link:www.example.com[www.example.com] text text. -. Text link:www.example.com[`mono space`] text text. +. Text link:https://www.example.com[www.example.com] text text. (note that link is marked as external because of `https://`) +. Text link:www.example.com[`mono space`] text text. Note that links is not marked as external. . Text `link:www.example.com[mono space]` text text. From 994d0ef2a1744cfee3ea931cb82ec70395ee56cf Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Wed, 19 Nov 2025 20:11:15 +0000 Subject: [PATCH 3/3] typo --- preview-src/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preview-src/index.adoc b/preview-src/index.adoc index ec416f11..1f89aef8 100644 --- a/preview-src/index.adoc +++ b/preview-src/index.adoc @@ -738,7 +738,7 @@ For more information, see the link:/ops-manual[Operations Manual^] . Text link:#test-links[anchor to test links] text text. . Text link:https://www.example.com[www.example.com] text text. (note that link is marked as external because of `https://`) -. Text link:www.example.com[`mono space`] text text. Note that links is not marked as external. +. Text link:www.example.com[`mono space`] text text. Note that this link is not marked as external. . Text `link:www.example.com[mono space]` text text.