Paragraph Marker Block
class ParagraphMarkerBlock(constraints: MarkdownConstraints, marker: ProductionHolder.Marker, interruptsParagraph: (LookaheadText.Position, MarkdownConstraints) -> Boolean) : MarkerBlockImpl
Content copied to clipboard
Functions
acceptAction
Link copied to clipboard
open override fun acceptAction(action: MarkerBlock.ClosingAction): Boolean
Content copied to clipboard
allowsSubBlocks
Link copied to clipboard
getBlockConstraints
Link copied to clipboard
getDefaultNodeType
Link copied to clipboard
getNextInterestingOffset
Link copied to clipboard
isInterestingOffset
Link copied to clipboard
open override fun isInterestingOffset(pos: LookaheadText.Position): Boolean
Content copied to clipboard
processToken
Link copied to clipboard
override fun processToken(pos: LookaheadText.Position, currentConstraints: MarkdownConstraints): MarkerBlock.ProcessingResult
Content copied to clipboard
Properties
interruptsParagraph
Link copied to clipboard
val interruptsParagraph: (LookaheadText.Position, MarkdownConstraints) -> Boolean
Content copied to clipboard