diff --git a/Parsedown.php b/Parsedown.php index bf7bf9f..4c50544 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -242,6 +242,10 @@ class Parsedown # ~ + $this->references = array(); + + # ~ + return $markup; }