class markdown::LinkReferenceDefinition

sys::Obj
  markdown::Node
    markdown::Block
      markdown::LinkReferenceDefinition

@Js

Source

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.

destination

const Str destination

Source

label

const Str label

Source

make

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

Source

title

const Str? title

Source