TableOfContentsItemVariant

A list item variant that associates a ListItem to an item of a TableOfContents, such as a com.quarkdown.core.ast.base.block.Heading.

Parameters

item

the ToC item associated with the list item

Constructors

Link copied to clipboard
constructor(item: TableOfContents.Item)

Properties

Link copied to clipboard

Functions

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