OrgParagraph

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

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

Return plain text representation of paragraph