mirror of
https://github.com/erusev/parsedown.git
synced 2025-09-03 03:42:38 +02:00
Add support for recursive handlers
This commit is contained in:
@@ -1560,6 +1560,11 @@ class Parsedown
|
||||
}
|
||||
|
||||
$Element[$destination] = $this->{$function}($argument, $Element['nonNestables']);
|
||||
|
||||
if ($destination === 'handler')
|
||||
{
|
||||
$Element = $this->handle($Element);
|
||||
}
|
||||
}
|
||||
|
||||
unset($Element['handler']);
|
||||
|
Reference in New Issue
Block a user