Figure

constructor(child: T, caption: String? = null, referenceId: String? = null)

Parameters

child

wrapped child

caption

optional caption of the figure block

referenceId

optional ID that can be cross-referenced via a com.quarkdown.core.ast.quarkdown.reference.CrossReference

T

type of the wrapped child node