InlineMath

@Serializable
data class InlineMath(val style: OrgInlineElem.InlineMathStyle, val text: String, var tokens: List<Token>) : OrgInlineElem, OrgElem

Constructors

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

Properties

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