GitHubTableMarkerBlock

class GitHubTableMarkerBlock(pos: LookaheadText.Position, constraints: MarkdownConstraints, productionHolder: ProductionHolder, tableColumnsNumber: Int) : MarkerBlockImpl

Types

Companion
Link copied to clipboard
common
object Companion

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

Properties

currentLine
Link copied to clipboard
common
var currentLine: Int = 0