From 2595f366d9514f13868ce76cd548909d4ea8ee60 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Thu, 17 Apr 2014 14:43:45 +0300 Subject: [PATCH] texts should not share reference definitions --- Parsedown.php | 4 ++++ 1 file changed, 4 insertions(+) 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; }