Skip to content

Commit

Permalink
Fix 2.0 and 2.1 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Apr 7, 2022
1 parent d338776 commit bdfd1db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/2.0/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
4 changes: 2 additions & 2 deletions docs/2.1/customization/block-parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,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 bdfd1db

Please sign in to comment.