OrgSection

@Serializable
data class OrgSection(val heading: OrgHeading, val body: List<OrgChunk>, var tokens: List<Token>) : OrgChunk, OrgElem

A section is an org chunk with heading attached to it

Constructors

Link copied to clipboard
constructor(heading: OrgHeading, body: List<OrgChunk>, tokens: List<Token>)

Properties

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