LinkReferenceDefinition

data class LinkReferenceDefinition(val label: String, val destination: String, val title: String?) : Block

A link reference definition ([label]: destination "title").

Link reference definitions are collected during the block pass and used to resolve shortcut/full/collapsed reference links in the inline pass.

Constructors

Link copied to clipboard
constructor(label: String, destination: String, title: String?)

Properties

Link copied to clipboard

the link destination URL.

Link copied to clipboard

the normalised link label (case-folded, whitespace collapsed).

Link copied to clipboard

the optional link title.