Italic

@Serializable
data class Italic(val content: List<OrgInlineElem>, var tokens: List<Token>) : OrgInlineElem, OrgElem

Constructors

Link copied to clipboard
constructor(content: List<OrgInlineElem>, tokens: List<Token>)

Properties

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