1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Remove inaccurate comment

This commit is contained in:
Aidan Woods 2019-02-10 22:52:26 +00:00
parent 147a87a4f3
commit 289b641a42
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -193,8 +193,6 @@ final class Parsedown
$marker = \substr($Excerpt->text(), 0, 1);
foreach ($InlineTypes->markedBy($marker) as $inlineType) {
# check to see if the current inline type is nestable in the current context
$Inline = $inlineType::build($Excerpt, $State);
if (! isset($Inline)) {