diff --git a/Parsedown.php b/Parsedown.php index 6023808..fd68ce5 100644 --- a/Parsedown.php +++ b/Parsedown.php @@ -1560,6 +1560,11 @@ class Parsedown } $Element[$destination] = $this->{$function}($argument, $Element['nonNestables']); + + if ($destination === 'handler') + { + $Element = $this->handle($Element); + } } unset($Element['handler']);