class markdown::MatchedBlockParser

sys::Obj
  markdown::MatchedBlockParser

@Js

Source

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.

make

new make(BlockParser matchedBlockParser)

Source

matchedBlockParser

BlockParser matchedBlockParser { private set }

Source

paragraphLines

SourceLines paragraphLines()

Source