kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-marked
/
dev.kilua.marked
/
MarkedOptions
Marked
Options
data
class
MarkedOptions
(
val
gfm
:
Boolean
?
=
null
,
val
breaks
:
Boolean
?
=
null
,
val
pedantic
:
Boolean
?
=
null
,
val
silent
:
Boolean
?
=
null
,
val
renderer
:
JsAny
?
=
null
,
val
tokenizer
:
JsAny
?
=
null
,
val
walkTokens
:
(
JsAny
)
->
Unit
?
=
null
)
(
source
)
Marked parser options.
Members
Constructors
Marked
Options
Link copied to clipboard
constructor
(
gfm
:
Boolean
?
=
null
,
breaks
:
Boolean
?
=
null
,
pedantic
:
Boolean
?
=
null
,
silent
:
Boolean
?
=
null
,
renderer
:
JsAny
?
=
null
,
tokenizer
:
JsAny
?
=
null
,
walkTokens
:
(
JsAny
)
->
Unit
?
=
null
)
Properties
breaks
Link copied to clipboard
val
breaks
:
Boolean
?
gfm
Link copied to clipboard
val
gfm
:
Boolean
?
pedantic
Link copied to clipboard
val
pedantic
:
Boolean
?
renderer
Link copied to clipboard
val
renderer
:
JsAny
?
silent
Link copied to clipboard
val
silent
:
Boolean
?
tokenizer
Link copied to clipboard
val
tokenizer
:
JsAny
?
walk
Tokens
Link copied to clipboard
val
walkTokens
:
(
JsAny
)
->
Unit
?