type

LinkReferenceDefinition

src @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

fields

Slot Details

destination

src const Str destination

label

src const Str label

make

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

title

src const Str? title