Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lang-markdown
/
com.monkopedia.kodemirror.lezer.markdown
/
LeafBlock
Leaf
Block
class
LeafBlock
(
val
start
:
Int
,
content
:
String
)
Members
Constructors
Leaf
Block
Link copied to clipboard
constructor
(
start
:
Int
,
content
:
String
)
Properties
content
Link copied to clipboard
var
content
:
String
parsers
Link copied to clipboard
var
parsers
:
MutableList
<
LeafBlockParser
>
start
Link copied to clipboard
val
start
:
Int