class

LinkReferenceDefinition

@Js
class LinkReferenceDefinition : Block

A link reference definition

[foo]: /url "title"

They can be referenced anywhere else in the document to produce a link using [foo]. The definitions themselves are usually not rendered in the final output.

constructors make

fields destination

label

title

destination const Str : destination

label const Str : label

make new make(Str label, Str destination, Str? title)

title const Str? : title

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