Package-level declarations
Functions
Link copied to clipboard
.figure caption:{InlineMarkdownContent? = null}
ref:{String? = null}
body:{MarkdownContent}
-> NodeContent copied to clipboard
Inserts content in a figure block, with an optional caption.
Link copied to clipboard
.pagebreak -> <Error class: unknown class>Content copied to clipboard
Creates a page break. In standard Quarkdown, this is also achievable with <<< on its own line, but this function provides a more explicit way to insert a page break, and can be used within other function calls.