mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug v21
This commit is contained in:
parent
cf65b5346c
commit
eb64a1a3f6
|
|
@ -571,7 +571,7 @@ class Parsedown
|
|||
#
|
||||
# List
|
||||
|
||||
protected function blockList($Line, ?array $CurrentBlock = null)
|
||||
protected function blockList($Line, $CurrentBlock = null)
|
||||
{
|
||||
list($name, $pattern) = $Line['text'][0] <= '-' ? array('ul', '[*+-]') : array('ol', '[0-9]{1,9}+[.\)]');
|
||||
|
||||
|
|
@ -808,7 +808,7 @@ class Parsedown
|
|||
#
|
||||
# Setext
|
||||
|
||||
protected function blockSetextHeader($Line, ?array $Block = null)
|
||||
protected function blockSetextHeader($Line, $Block = null)
|
||||
{
|
||||
if ( ! isset($Block) or $Block['type'] !== 'Paragraph' or isset($Block['interrupted']))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user