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