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