Method |
Description |
|
incorporateLine ( League\CommonMark\ContextInterface $context ) |
|
|
isLazyParagraphContinuation ( League\CommonMark\ContextInterface $context, Cursor $cursor ) : boolean |
|
|
parseBlocks ( League\CommonMark\ContextInterface $context, Cursor $cursor ) |
Parse blocks |
|
preProcessInput ( string $input ) : string[] |
|
|
processDocument ( League\CommonMark\ContextInterface $context ) |
|
|
processInlines ( League\CommonMark\ContextInterface $context, League\CommonMark\Node\NodeWalker $walker ) |
|
|
resetContainer ( League\CommonMark\ContextInterface $context, Cursor $cursor ) |
Sets the container to the last open child (or its parent) |
|
setAndPropagateLastLineBlank ( League\CommonMark\ContextInterface $context, Cursor $cursor ) |
|
|