BibliographyCitationResolverHook
class BibliographyCitationResolverHook(context: MutableContext) : ReferenceDefinitionResolverHook<BibliographyCitation, BibliographyView, Pair<List<BibliographyEntry>, BibliographyView>>
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.
Functions
Link copied to clipboard
Attaches this hook to the given iterator.