BlockquoteTextSource

data class BlockquoteTextSource(val source: String, val subsources: TextSourcesList) : MultilevelTextSource

See also

Constructors

Link copied to clipboard
constructor(source: String, subsources: TextSourcesList)

Properties

Link copied to clipboard
open val asText: String
Link copied to clipboard
open override val html: String
Link copied to clipboard
open override val markdown: String
Link copied to clipboard
open override val markdownV2: String
Link copied to clipboard
open override val source: String
Link copied to clipboard
open override val subsources: TextSourcesList

Functions

Link copied to clipboard
operator fun TextSource.plus(other: TextSource): <Error class: unknown class>
operator fun TextSource.plus(text: String): <Error class: unknown class>
operator fun TextSource.plus(other: List<TextSource>): <Error class: unknown class>
Link copied to clipboard