FootnoteContext

data class FootnoteContext(val noteContent: String) : LinkContext

Parameters

noteContent

Content of the footnote. Look at the Link.mediaType for the format of the footnote (e.g. HTML).

Constructors

Link copied to clipboard
constructor(noteContent: String)

Properties

Link copied to clipboard