Skip to content

Commit aa014de

Browse files
committed
Fix docs
1 parent 3b020f9 commit aa014de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/2.3/customization/block-parsing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ If `canHaveLazyContinuationLines()` returned `true`, this method will be called
9797
public function tryContinue(Cursor $cursor, BlockContinueParserInterface $activeBlockParser): ?BlockContinue;
9898
```
9999

100-
### `closeBlock()`
101-
102100
This method allows you to try and parse an additional line of Markdown.
103101

102+
### `closeBlock()`
103+
104104
```php
105105
public function closeBlock(): void;
106106
```

0 commit comments

Comments
 (0)