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
.image url:{String} \
label:{InlineMarkdownContent} \
title:{InlineMarkdownContent? = null} \
width:{Size? = null} \
height:{Size? = null} \
ref:{String? = null} \
figure:{Boolean = true} \
mediastorage:{Boolean = true}
-> NodeContent copied to clipboard
Creates an image with fine-grained control over its properties, compared to the standard Markdown image syntax ().
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.