toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.ast
/
Inline
/
Emphasis
Emphasis
data
class
Emphasis
(
val
children
:
List
<
Inline
>
)
:
Inline
Emphasis (
*text*
or
_text_
).
Members
Constructors
Emphasis
Link copied to clipboard
constructor
(
children
:
List
<
Inline
>
)
Properties
children
Link copied to clipboard
val
children
:
List
<
Inline
>