MarkerBlock

interface MarkerBlock

Types

ClosingAction
Link copied to clipboard
common
enum ClosingAction : Enum<MarkerBlock.ClosingAction>
EventAction
Link copied to clipboard
common
enum EventAction : Enum<MarkerBlock.EventAction>
ProcessingResult
Link copied to clipboard
common
class ProcessingResult

Functions

acceptAction
Link copied to clipboard
common
abstract fun acceptAction(action: MarkerBlock.ClosingAction): Boolean
allowsSubBlocks
Link copied to clipboard
common
abstract fun allowsSubBlocks(): Boolean
getBlockConstraints
Link copied to clipboard
common
abstract fun getBlockConstraints(): MarkdownConstraints
getNextInterestingOffset
Link copied to clipboard
common
abstract fun getNextInterestingOffset(pos: LookaheadText.Position): Int
isInterestingOffset
Link copied to clipboard
common
abstract fun isInterestingOffset(pos: LookaheadText.Position): Boolean
processToken
Link copied to clipboard
common
abstract fun processToken(pos: LookaheadText.Position, currentConstraints: MarkdownConstraints): MarkerBlock.ProcessingResult

Inheritors

MarkerBlockImpl
Link copied to clipboard