Explicit authored link content wrapper with a narrow target contract.
Summary
Types
@type t() :: %Rendro.Link{ content: Rendro.Text.t() | Rendro.Table.t() | term(), target: target() }
@type target() :: {:uri, String.t()} | {:page, pos_integer()}
Curated link target variants supported in Phase 49.