LastHeading

class LastHeading(val depth: Int) : Node

Node that displays the last heading encountered, of the given depth, before the current position.

Parameters

depth

the depth of the last com.quarkdown.core.ast.base.block.Heading to match

Constructors

Link copied to clipboard
constructor(depth: Int)

Properties

Link copied to clipboard
val depth: Int

Functions

Link copied to clipboard
open override fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Retrieves the stored media associated with this node, if any.

Link copied to clipboard