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 ().