AbstractInterface
| Methods |
| public abstract parseInlines(League Parse any inlines inside of the current block |
| Methods |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::addLine(string $line) : void Add the given line of text to the current block |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::canContain(League Determine whether the current block being parsed can contain the given child block |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::canHaveLazyContinuationLines() : bool Return whether we are interested in possibly lazily parsing any subsequent lines |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::closeBlock() : void Close and finalize the current block |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::getBlock() : League Return the current block being parsed by this parser |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::isContainer() : bool Return whether we are parsing a container block |
| public abstract parseInlines(League Parse any inlines inside of the current block |
| public abstract League\CommonMark\Parser\Block\BlockContinueParserInterface::tryContinue(League Attempt to parse the given line |