mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-03 03:42:38 +02:00
removed min function as it is redundant in the context
This commit is contained in:
@@ -541,7 +541,7 @@ class Parsedown
|
|||||||
|
|
||||||
$Block = array(
|
$Block = array(
|
||||||
'element' => array(
|
'element' => array(
|
||||||
'name' => 'h' . min(6, $level),
|
'name' => 'h' . $level,
|
||||||
'handler' => array(
|
'handler' => array(
|
||||||
'function' => 'lineElements',
|
'function' => 'lineElements',
|
||||||
'argument' => $text,
|
'argument' => $text,
|
||||||
|
Reference in New Issue
Block a user