toggle menu
orgmode
0.3.2
common
switch theme
search in API
orgmode
/
xyz.lepisma.orgmode
/
OrgInlineElem
/
InlineMath
Inline
Math
@
Serializable
data
class
InlineMath
(
val
style
:
OrgInlineElem.InlineMathStyle
,
val
text
:
String
,
var
tokens
:
List
<
Token
>
)
:
OrgInlineElem
,
OrgElem
Members
Constructors
Inline
Math
Link copied to clipboard
constructor
(
style
:
OrgInlineElem.InlineMathStyle
,
text
:
String
,
tokens
:
List
<
Token
>
)
Properties
style
Link copied to clipboard
val
style
:
OrgInlineElem.InlineMathStyle
text
Link copied to clipboard
val
text
:
String
tokens
Link copied to clipboard
open
override
var
tokens
:
List
<
Token
>