1 | <?php |
||
23 | class BlockQuote extends AbstractBlock |
||
24 | { |
||
25 | 141 | public function canContain(AbstractBlock $block): bool |
|
29 | |||
30 | 147 | public function isCode(): bool |
|
34 | |||
35 | 99 | public function matchesNextLine(Cursor $cursor): bool |
|
47 | |||
48 | 123 | public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool |
|
52 | } |
||
53 |