Package-level declarations

Functions

Link copied to clipboard
.include path:{String} sandbox:{ContextSandbox = ContextSandbox.SHARE} -> Any

This function has two behaviors:

Link copied to clipboard
.includeall paths:{Iterable<Any>} -> Iterable<Any>

Performs a bulk include of the given paths via include (with the default share sandbox).

Link copied to clipboard
.subdocument path:{String}
label:{InlineMarkdownContent? = null}
anchor:{String? = null}
-> Node

Creates a link to a subdocument located at the given path.