mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
removed min function as it is redundant in the context
This commit is contained in:
parent
c26a2ee4bf
commit
464f5f9329
@ -541,7 +541,7 @@ class Parsedown
|
||||
|
||||
$Block = array(
|
||||
'element' => array(
|
||||
'name' => 'h' . min(6, $level),
|
||||
'name' => 'h' . $level,
|
||||
'handler' => array(
|
||||
'function' => 'lineElements',
|
||||
'argument' => $text,
|
||||
|
Loading…
Reference in New Issue
Block a user