toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.lexer
/
BlockLexState
Block
Lex
State
sealed
interface
BlockLexState
State machine for block-level lexing.
Inheritors
Normal
InFencedCode
InHtmlBlock
Members
Types
In
Fenced
Code
Link copied to clipboard
data
class
InFencedCode
(
val
fenceChar
:
Char
,
val
fenceLength
:
Int
,
val
indent
:
Int
)
:
BlockLexState
In
Html
Block
Link copied to clipboard
data
class
InHtmlBlock
(
val
type
:
Int
)
:
BlockLexState
Normal
Link copied to clipboard
data
object
Normal
:
BlockLexState