AtxHeaderMarkerBlock

class AtxHeaderMarkerBlock(myConstraints: MarkdownConstraints, productionHolder: ProductionHolder, headerRange: IntRange, tailStartPos: Int, endOfLinePos: Int) : MarkerBlockImpl

Functions

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