update kirby
This commit is contained in:
parent
652262ac94
commit
9c662bcbba
165 changed files with 1757 additions and 598 deletions
|
|
@ -17,7 +17,7 @@ class ParsedownExtra extends Parsedown
|
|||
{
|
||||
# ~
|
||||
|
||||
public const version = '0.8.0-beta-1';
|
||||
public const version = '0.8.0-beta-2';
|
||||
|
||||
# ~
|
||||
|
||||
|
|
@ -297,7 +297,7 @@ class ParsedownExtra extends Parsedown
|
|||
#
|
||||
# Setext
|
||||
|
||||
protected function blockSetextHeader($Line, array $Block = null)
|
||||
protected function blockSetextHeader($Line, array|null $Block = null)
|
||||
{
|
||||
$Block = parent::blockSetextHeader($Line, $Block);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue