HtmlIdentifierProvider

Provides identifiers for elements suitable for HTML rendering.

Parameters

renderer

renderer that this provider should use to convert nodes to plain text via toPlainText

context

optional context used to disambiguate colliding identifiers via getIdentifierDeduplicationIndex. When omitted, headings keep their base identifier even if it collides with other headings in the document.

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun visit(footnote: FootnoteDefinition): String
open override fun visit(heading: Heading): String