diff --git a/Parsedown.php b/Parsedown.php index 5baf6ab..87f9337 100644 --- a/Parsedown.php +++ b/Parsedown.php @@ -1585,6 +1585,7 @@ class Parsedown { $function = $Element['handler']; $argument = $Element['text']; + unset($Element['text']); $destination = 'rawHtml'; } else