ReferenceImage
class ReferenceImage(val link: ReferenceLink, val width: Size?, val height: Size?, val referenceId: String? = null) : CrossReferenceableNode
An images that references a LinkDefinition.
Parameters
link
the link the image references
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
Properties
Link copied to clipboard
Link copied to clipboard
The CrossReferenceableNode.referenceId of this node, if it is a real linkable ID (i.e. not the placeholder).
Link copied to clipboard
Functions
Link copied to clipboard
Retrieves the stored media associated with this node, if any.
Link copied to clipboard
Returns a copy of this node with its children replaced by newChildren.
Link copied to clipboard