diff --git a/Parsedown.php b/Parsedown.php index c47c30d..ccd8c15 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -692,6 +692,8 @@ class Parsedown if (isset($matches[2]) or in_array($matches[1], $this->voidElements)) { $Block['closed'] = true; + + $Block['void'] = true; } } else