You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: preview-src/asciidoc/blocks.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ The document header is useful, but not required.
90
90
== Blockquote
91
91
92
92
93
-
[,'Famous Person. Cum dicat putant ne.','Cum dicat putant ne. https://example.com[Famous Person Website^,role=external]']
93
+
[,'Famous Person. Cum dicat putant ne.','Cum dicat putant ne. https://example.com[Famous Person Website]']
94
94
____
95
95
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
96
96
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
@@ -112,12 +112,12 @@ ____
112
112
113
113
[NOTE]
114
114
====
115
-
The AsciiDoc language supports embedding math-mode macros from https://docs.mathjax.org/en/latest/input/tex/index.html[LaTeX^,role=external] and/or https://docs.mathjax.org/en/latest/input/asciimath.html[AsciiMath^,role=external] notation as block or inline elements.
115
+
The AsciiDoc language supports embedding math-mode macros from https://docs.mathjax.org/en/latest/input/tex/index.html[LaTeX] and/or https://docs.mathjax.org/en/latest/input/asciimath.html[AsciiMath] notation as block or inline elements.
116
116
These elements act as passthroughs to preserve the expressions as entered.
117
117
The expressions are then passed on to the converter to be processed and rendered for display using a STEM provider (e.g., MathJax).
118
118
119
-
Although AsciiDoc supports STEM at the https://docs.asciidoctor.org/asciidoc/latest/stem/[language level^,role=external], the STEM provider must be configured in the output converter to render the expressions.
120
-
See the discussion in https://gitlab.com/antora/antora/-/issues/184[Antora Issue #184^,role=external] to learn more about the requirements for configuring STEM in Antora.
119
+
Although AsciiDoc supports STEM at the https://docs.asciidoctor.org/asciidoc/latest/stem/[language level], the STEM provider must be configured in the output converter to render the expressions.
120
+
See the discussion in https://gitlab.com/antora/antora/-/issues/184[Antora Issue #184] to learn more about the requirements for configuring STEM in Antora.
You can define icons from https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Outlined[Material Icons,role=external,window=_blank] or an svg file using the customized `icon` macro or the `material-icons` role.
113
+
You can define icons from https://fonts.google.com/icons?icon.set=Material+Icons&icon.style=Outlined[Material Icons,window=_blank] or an svg file using the customized `icon` macro or the `material-icons` role.
114
114
115
115
Method 1: Inline icon macro with an svg file::
116
116
The customized inline icon macro accepts a file path as it's target source. The file must be an svg file.
To download a different version of Cassandra, visit the https://archive.apache.org/dist/cassandra/[Apache Archives^,role=external].
225
+
To download a different version of Cassandra, visit the https://archive.apache.org/dist/cassandra/[Apache Archives].
226
226
====
227
227
+
228
-
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here^,role=external].
228
+
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here].
229
229
+
230
230
.. For example, to verify the SHA256 hash of the downloaded file using GPG:
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here^,role=external].
246
+
. (Optional) Verify the integrity of the downloaded tarball using one of the methods https://www.apache.org/dyn/closer.cgi#verify[here].
247
247
+
248
248
.. For example, to verify the SHA256 hash of the downloaded file using GPG:
Copy file name to clipboardExpand all lines: preview-src/asciidoc/text-formatting.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,10 @@ Instead of having to enclose text within <<text-formatting,tags or special chara
73
73
74
74
=== External link
75
75
76
-
The UI automatically applies a https://materialui.co/icon/open-in-new[special icon] to external links.
77
-
(An external link is any link that doesn't target a topic on `docs.datastax.com`.)
76
+
The UI automatically applies the https://fonts.google.com/icons?selected=Material+Symbols+Outlined:open_in_new:[open_in_new] icon to external links.
77
+
(An external link is any link that doesn't target a page on `docs.datastax.com`.)
78
78
79
-
In the rare case where you don't want the special icon to appear for a particular external link, just apply `role=remove-ext-icon` to https://materialui.co/icon/open-in-new[remove it,role=remove-ext-icon].
79
+
In the rare case where you don't want the special icon to appear for a particular external link, just apply `role=remove-ext-icon` to https://fonts.google.com/icons?selected=Material+Symbols+Outlined:open_in_new:[remove it,role=remove-ext-icon].
0 commit comments