class

MatchedBlockParser

@Js
class MatchedBlockParser : Obj

Open block parser that was last matched during the continue phase. This is different from the currently active block parser, as an unmatched block is only closed when a new block is started.

constructors make

fields matchedBlockParser

methods paragraphLines

Returns the current paragraph lines if the matched block is a paragraph

make new make(BlockParser matchedBlockParser)

matchedBlockParser BlockParser : matchedBlockParser

paragraphLines SourceLines paragraphLines()

Returns the current paragraph lines if the matched block is a paragraph. If you want to use some or all of the lines for starting a new block instead, use BlockStart.replaceParagraphLines.

Return the paragraph content or empty list

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST