Image
An image.
Parameters
the link the image points to
optional width constraint
optional height constraint
optional ID that can be cross-referenced via a com.quarkdown.core.ast.quarkdown.reference.CrossReference
whether this image should be registered in the media storage by com.quarkdown.core.context.hooks.MediaStorerHook, if the media storage is enabled in the context
Constructors
Properties
Any error associated with the link will be surfaced as an error on the image itself.
The CrossReferenceableNode.referenceId of this node, if it is a real linkable ID (i.e. not the placeholder).
Functions
Visits this node with the given visitor when no error is present.
Retrieves the stored media associated with this node, if any.
Returns a copy of this node with its children replaced by newChildren.