OrgLine

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

A single line string with Org Mode formatting enabled

Constructors

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

Properties

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

Functions

Link copied to clipboard