toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.parser
/
LinkRefDef
Link
Ref
Def
data
class
LinkRefDef
(
val
label
:
String
,
val
destination
:
String
,
val
title
:
String
?
)
A parsed link reference definition.
Members
Constructors
Link
Ref
Def
Link copied to clipboard
constructor
(
label
:
String
,
destination
:
String
,
title
:
String
?
)
Properties
destination
Link copied to clipboard
val
destination
:
String
label
Link copied to clipboard
val
label
:
String
title
Link copied to clipboard
val
title
:
String
?