Update to Kirby 4.7.0
This commit is contained in:
parent
02a9ab387c
commit
ba25a9a198
509 changed files with 26604 additions and 14872 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