InlineQuote

@Serializable
data class InlineQuote(val type: OrgInlineElem.InlineQuoteType, val text: String, var tokens: List<Token>) : OrgInlineElem, OrgElem

Constructors

Link copied to clipboard
constructor(type: OrgInlineElem.InlineQuoteType, text: String, tokens: List<Token>)

Properties

Link copied to clipboard
Link copied to clipboard
open override var tokens: List<Token>
Link copied to clipboard