Debug v21
This commit is contained in:
parent
aacecf4569
commit
3c10ef7acf
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ class Parsedown
|
|||
#
|
||||
# Table
|
||||
|
||||
protected function blockTable($Line, ?array $Block = null)
|
||||
protected function blockTable($Line, array $Block = null)
|
||||
{
|
||||
if ( ! isset($Block) or $Block['type'] !== 'Paragraph' or isset($Block['interrupted']))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue