HtmlIdentifierProvider

Provides identifiers for elements suitable for HTML rendering.

Parameters

renderer

renderer that uses this provider

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun <T> IdentifierProvider<T>.getId(identifiable: Identifiable): T

Gets the identifier of an Identifiable element.

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