# Test · Links
All link types rendered in every context: prose, lists, tables, callouts, headings.
---
## Internal Wikilinks
[[Test · Headings]] — basic wikilink, uses page title as label.
[[Test · Typography|Custom Label]] — wikilink with an alias label.
[[Test · Callouts|Callouts]] and [[Test · Tables|Tables]] and [[Test · Lists|Lists]] — three wikilinks in one sentence.
[[Unresolved Link]] — a link to a page that does not exist. Should render differently (dimmer, dashed underline, or similar).
[[Unresolved With Alias|Custom Label for Unresolved]] — unresolved link with an alias.
---
## External Links
[Obsidian](https://obsidian.md) — external link with label. Should have an outbound indicator.
[Obsidian Publish documentation](https://help.obsidian.md/obsidian-publish/introduction-to-obsidian-publish) — longer label.
A bare URL: https://obsidian.md — should auto-link or render as plain text depending on settings.
[Link with **bold** in the label](https://obsidian.md) — inline formatting inside a link label.
[Link with `code` in the label](https://obsidian.md) — code inside a link label.
---
## Heading Anchor Links (Internal)
Link to a heading within this page: [[Test · Links#External Links|Jump to External Links]]
Link to a heading in another note: [[Test · Headings#Long-Title Stress Tests|Long Title Tests]]
---
## Links in Lists
- [[Test · Headings]] — internal link as list item
- [[Test · Typography|Typography test]] — with alias
- [Obsidian](https://obsidian.md) — external in list
- [[Unresolved]] — unresolved in list
- Mixed: see [[Test · Callouts]] and also [obsidian.md](https://obsidian.md) for reference.
---
## Links in Tables
| Page | Link | Type |
| :--- | :--- | :--- |
| Headings | [[Test · Headings]] | Internal |
| Typography | [[Test · Typography\|Typo test]] | Internal with alias |
| Obsidian | [obsidian.md](https://obsidian.md) | External |
| Missing | [[Does Not Exist]] | Unresolved |
---
## Links in Callouts
> [!info] Links Inside a Callout
> Internal: [[Test · Headings]]
>
> External: [Obsidian](https://obsidian.md)
>
> Unresolved: [[Ghost Page]]
>
> With alias: [[Test · Typography|Typography]]
> [!note]- Links Inside a Collapsed Callout
> Expand to verify links render correctly inside a collapsed callout:
>
> - [[Test · Headings]]
> - [[Test · Tables|Tables]]
> - [Obsidian](https://obsidian.md)
> - [[Unresolved Inside Collapsed]]
---
## Links in Headings
### Link to [[Test · Headings|Headings Test]]
#### [[Test · Typography|Typography]] and [[Test · Tables|Tables]]
---
## Link Density (Stress Test)
[[Test · Headings]] [[Test · Typography]] [[Test · Code]] [[Test · Tables]] [[Test · Callouts]] [[Test · Lists]] [[Test · Tags]] [[Test · Properties]] [[Test · Links]]
Many adjacent wikilinks test spacing between pills/links when they stack horizontally.
---
## Footnote Links
This line has a footnote[^fn1] and another[^fn2] and a third[^fn3] — click the superscript to jump to the footnote, and the return arrow to come back.
[^fn1]: First footnote with a [[Test · Headings|wikilink]] inside it.
[^fn2]: Second footnote with an [external link](https://obsidian.md) inside it.
[^fn3]: Third footnote, plain text only.