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

Link to a URL.

Spec: https://github.github.com/gfm/#links

# `t`

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

---

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