Link

data class Link(val text: Block, val url: String) : MarkdownElement

Constructors

Link copied to clipboard
constructor(text: Block, url: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

It is a descriptor of the markdown element. It should be MarkdownElementDescriptor<{THIS}>

Link copied to clipboard
val text: Block
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
open override fun encode(): String