OrgPreface

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

Preface contains the chunks before first heading

Constructors

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

Properties

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