toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Block
/
Heading
Heading
data
class
Heading
(
val
level
:
Int
,
val
inlines
:
List
<
Inline
>
)
:
Block
An ATX or Setext heading.
Members
Constructors
Heading
Link copied to clipboard
constructor
(
level
:
Int
,
inlines
:
List
<
Inline
>
)
Properties
inlines
Link copied to clipboard
val
inlines
:
List
<
Inline
>
the inline content of the heading.
level
Link copied to clipboard
val
level
:
Int
the heading level (1–6).