Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Apr 7, 2022
1 parent 3b020f9 commit aa014de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/2.3/customization/block-parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ If `canHaveLazyContinuationLines()` returned `true`, this method will be called
public function tryContinue(Cursor $cursor, BlockContinueParserInterface $activeBlockParser): ?BlockContinue;
```

### `closeBlock()`

This method allows you to try and parse an additional line of Markdown.

### `closeBlock()`

```php
public function closeBlock(): void;
```
Expand Down

0 comments on commit aa014de

Please sign in to comment.