BibliographyCitationResolverHook

Hook that associates bibliography entries to each BibliographyCitation that can be linked to entries of a Bibliography within a BibliographyView.

After each citation is resolved, this hook pre-computes its citation label in document order and stores it as a com.quarkdown.core.ast.attributes.reference.CitationLabelProperty on the node, so that parallel rendering can safely read it without depending on visit order.

Constructors

Link copied to clipboard
constructor(context: MutableContext)

Functions

Link copied to clipboard
open override fun attach(iterator: ObservableAstIterator)

Attaches this hook to the given iterator.