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
/
Line
Line
class
Line
Members
Constructors
Line
Link copied to clipboard
constructor
(
)
Properties
base
Indent
Link copied to clipboard
var
baseIndent
:
Int
base
Pos
Link copied to clipboard
var
basePos
:
Int
depth
Link copied to clipboard
var
depth
:
Int
indent
Link copied to clipboard
var
indent
:
Int
markers
Link copied to clipboard
var
markers
:
MutableList
<
Element
>
next
Link copied to clipboard
var
next
:
Int
pos
Link copied to clipboard
var
pos
:
Int
text
Link copied to clipboard
var
text
:
String
Functions
add
Marker
Link copied to clipboard
fun
addMarker
(
elt
:
Element
)
count
Indent
Link copied to clipboard
fun
countIndent
(
to
:
Int
,
from
:
Int
=
0
,
indent
:
Int
=
0
)
:
Int
find
Column
Link copied to clipboard
fun
findColumn
(
goal
:
Int
)
:
Int
move
Base
Link copied to clipboard
fun
moveBase
(
to
:
Int
)
move
Base
Column
Link copied to clipboard
fun
moveBaseColumn
(
indent
:
Int
)
skip
Space
Link copied to clipboard
fun
skipSpace
(
from
:
Int
)
:
Int