Companion
object Companion
Properties
Functions
Link copied to clipboard
fun Heading.Companion.createSectionHeading(title: InlineContent?, localizationKey: String, context: Context, depth: Int = 1, customId: String? = null, canBreakPage: Boolean = true, canTrackLocation: Boolean = false, includeInTableOfContents: Boolean = false): Heading?
Creates an auto-generated Heading for a structural section of the document (e.g. table of contents, bibliography).
Link copied to clipboard
Creates an invisible Heading that acts as a marker that can be referenced by other elements in the document. A useful use case would be, for example, in combination with a com.quarkdown.core.context.toc.TableOfContents. Depth 0 cannot be achieved with plain Markdown, but it can be supplied by the Quarkdown function .marker.