We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a1953 commit 62a823fCopy full SHA for 62a823f
src/Parser/MarkdownParser.php
@@ -167,8 +167,6 @@ private function parseLine(string $line): void
167
$blockParser = $this->addChild($newBlockParser, $oldBlockLineStart);
168
$tryBlockStarts = $newBlockParser->isContainer();
169
}
170
-
171
- unset($oldBlockLineStart);
172
173
174
// What remains at the offset is a text line. Add the text to the appropriate block.
0 commit comments