Skip to content

Commit fc3c5f1

Browse files
authored
reinstate rotate the external link icon (#347)
1 parent aa5bee1 commit fc3c5f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

preview-src/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,8 @@ For more information, see the link:/ops-manual[Operations Manual^]
737737
*Text that link to www.example.com*
738738

739739
. Text link:#test-links[anchor to test links] text text.
740-
. Text link:www.example.com[www.example.com] text text.
741-
. Text link:www.example.com[`mono space`] text text.
740+
. Text link:https://www.example.com[www.example.com] text text. (note that link is marked as external because of `https://`)
741+
. Text link:www.example.com[`mono space`] text text. Note that this link is not marked as external.
742742
. Text `link:www.example.com[mono space]` text text.
743743

744744

src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,7 @@ body {
13761376
display: inline-block;
13771377
margin: 0 0.2rem;
13781378
content: "→";
1379+
transform: rotate(-45deg);
13791380
color: var(--link-font-color);
13801381
transition: all 0.2s linear;
13811382
top: 0;

0 commit comments

Comments
 (0)