quarkdown
Toggle table of contents
2.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
quarkdown
quarkdown-lsp
/
com.quarkdown.lsp.util
/
getLine
get
Line
fun
String
.
getLine
(
line
:
Int
)
:
String
?
Return
the line at the specified index, or null if the index is out of bounds
Parameters
line
the line number (0-based)