BlockLexState

sealed interface BlockLexState

State machine for block-level lexing.

Inheritors

Types

Link copied to clipboard
data class InFencedCode(val fenceChar: Char, val fenceLength: Int, val indent: Int) : BlockLexState
Link copied to clipboard
data class InHtmlBlock(val type: Int) : BlockLexState
Link copied to clipboard
data object Normal : BlockLexState