diff --git a/src/Parsedown.php b/src/Parsedown.php index 0be001f..d607ca5 100644 --- a/src/Parsedown.php +++ b/src/Parsedown.php @@ -112,9 +112,7 @@ final class Parsedown if (isset($Block)) { if ($Block instanceof StateUpdatingBlock) { - $this->State = $this->State->mergingWith( - $Block->latestState() - ); + $this->State = $Block->latestState(); } if (isset($CurrentBlock) && ! $Block->acquiredPrevious()) {