Package-level declarations
Types
Link copied to clipboard
Possible positions of captions, relative to the element they describe.
Link copied to clipboard
data class CaptionPositionInfo(val default: CaptionPosition = CaptionPosition.BOTTOM, val figures: CaptionPosition? = null, val tables: CaptionPosition? = null, val codeBlocks: CaptionPosition? = null)
Immutable information about the position of captions of com.quarkdown.core.ast.quarkdown.CaptionableNode nodes in a document.