From 147a87a4f36b7113277ac690345e2ac19b4d46df Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 10 Feb 2019 22:52:02 +0000 Subject: [PATCH] These are self-explainitory --- src/Parsedown.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Parsedown.php b/src/Parsedown.php index eaa20b5..6a62f06 100644 --- a/src/Parsedown.php +++ b/src/Parsedown.php @@ -217,14 +217,10 @@ final class Parsedown continue; } - # the text that comes before the inline - # compile the unmarked text $Inlines[] = Plaintext::build($Excerpt->choppingUpToOffset($startPosition)); - # compile the inline $Inlines[] = $Inline; - # remove the examined text /** @psalm-suppress LoopInvalidation */ $Excerpt = $Excerpt->choppingFromOffset($endPosition);