texts should not share reference definitions

This commit is contained in:
Emanuil Rusev 2014-04-17 14:43:45 +03:00
parent e5dc563804
commit 2595f366d9
1 changed files with 4 additions and 0 deletions

View File

@ -242,6 +242,10 @@ class Parsedown
# ~
$this->references = array();
# ~
return $markup;
}