Paragraph

data class Paragraph(val inlines: List<Inline>) : Block

A paragraph of inline content.

Constructors

Link copied to clipboard
constructor(inlines: List<Inline>)

Properties

Link copied to clipboard

the inline nodes that make up the paragraph.