CitationLabelProperty

data class CitationLabelProperty(val value: String) : Property<String>

Pre-computed citation label for a BibliographyCitation node.

Labels are computed eagerly in document order during the com.quarkdown.core.context.hooks.reference.BibliographyCitationResolverHook phase, so that parallel rendering can read them without depending on visit order.

Parameters

value

the formatted citation label (e.g. "[1]", "[1, 2]")

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The key of the property, used to identify it.

Link copied to clipboard
open override val value: String