Package-level declarations
Types
Link copied to clipboard
Hook that resolves relative link paths based on their file system.
Link copied to clipboard
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.
Link copied to clipboard
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.
Link copied to clipboard
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.