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
/
LeafBlockParser
Leaf
Block
Parser
interface
LeafBlockParser
Members
Functions
finish
Link copied to clipboard
abstract
fun
finish
(
cx
:
BlockContext
,
leaf
:
LeafBlock
)
:
Boolean
next
Line
Link copied to clipboard
abstract
fun
nextLine
(
cx
:
BlockContext
,
line
:
Line
,
leaf
:
LeafBlock
)
:
Boolean