Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions preview-src/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 this link is not marked as external.
. Text `link:www.example.com[mono space]` text text.


Expand Down
1 change: 1 addition & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down