1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-07 21:30:50 +02:00

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

View File

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