toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Block
/
Paragraph
Paragraph
data
class
Paragraph
(
val
inlines
:
List
<
Inline
>
)
:
Block
A paragraph of inline content.
Members
Constructors
Paragraph
Link copied to clipboard
constructor
(
inlines
:
List
<
Inline
>
)
Properties
inlines
Link copied to clipboard
val
inlines
:
List
<
Inline
>
the inline nodes that make up the paragraph.