# `MDEx.WikiLink`
[🔗](https://github.com/leandrocp/mdex/blob/v0.12.0/lib/mdex/document.ex#L3205)

A link in the form of a wiki link.

# `t`

```elixir
@type t() :: %MDEx.WikiLink{
  nodes: [MDEx.Document.md_node()],
  sourcepos: term(),
  url: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
