Types.InternalLink
type target =
| Resolved of Url.t
| Unresolved
type t = {
target : target;
content : Inline.t;
tooltip : string option;
}