Package-level declarations
Types
Hook that registers the LinkDefinitions in the context so that they can be later looked up by com.quarkdown.core.ast.base.inline.ReferenceLinks.
Hook that resolves relative link paths based on their file system.
Hook that, when a node containing information about media is found, registers it in the media storage. A media storage is a temporary lookup table that maps media to their paths, so that they can be resolved later.
Hook that registers Subdocuments in the subdocument graph of context. A subdocument is a separate document file that is referenced by a link from the main document or another subdocument.
Hook that allows the generation of a TableOfContents by iterating through Headings. The TableOfContents is stored in the context's MutableContext.attributes at the end of the traversal.