diff --git a/src/HtmlConverter.php b/src/HtmlConverter.php index 944cb08..20a994d 100644 --- a/src/HtmlConverter.php +++ b/src/HtmlConverter.php @@ -233,7 +233,7 @@ protected function sanitize(string $markdown): string * Removing unwanted tags. Tags should be added to the array in the order they are expected. * XML, html and body opening tags should be in that order. Same case with closing tags */ - $unwanted = ['', '', '', '', '', '', '', ' ']; + $unwanted = ['', '', '', '', '', '', '', '', '', ' ']; foreach ($unwanted as $tag) { if (\strpos($tag, '/') === false) {