Image
class Image(val link: LinkNode, val width: Size?, val height: Size?, val referenceId: String? = null) : CrossReferenceableNode
An image.
Parameters
link
the link the image points to
width
optional width constraint
height
optional height constraint
referenceId
optional ID that can be cross-referenced via a com.quarkdown.core.ast.quarkdown.reference.CrossReference
Constructors
Properties
Functions
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard