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
-[Link]: This link uses the reference name as text.
147
+
-[Your own text][Link]: This link overrides the reference name.
148
+
149
+
% References are typically added at the bottom of the page
150
+
151
+
[Link]: https://elastic.co/docs
152
+
153
+
:::
154
+
155
+
:::{tab-item} Markdown
156
+
157
+
```markdown
158
+
- [Link]: This link uses the reference name as text.
159
+
- [Your own text][Link]: This link overrides the reference name.
160
+
161
+
% References are typically added at the bottom of the page
162
+
163
+
[Link]: https://elastic.co/docs
164
+
```
165
+
166
+
:::
167
+
168
+
169
+
::::
170
+
171
+
Reference-style links are useful when adding links to tables, for example, or to update frequently used links more easily. Place them at the end of the document to simplify their management.
0 commit comments