DocPageContent

data class DocPageContent(val page: DocPage, val html: String? = null, val markdown: String? = null, val cssPath: String? = null)(source)

Content wrapper that decouples metadata from rendered content.

Constructors

Link copied to clipboard
constructor(page: DocPage, html: String? = null, markdown: String? = null, cssPath: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val html: String?
Link copied to clipboard
Link copied to clipboard