class

Link

@Js
class Link : LinkNode

A link with a destination and an optional title; the link text is in child nodes

Example for an inline link in a CommonMark document

[link](/uri "title")

Note that the text in the link can contain inline formatting, so it could also contain an image or emphasis, etc.

constructors make

make new make(Str destination, Str? title)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST