diff --git a/Parsedown.php b/Parsedown.php index dda6bd6..2f9e0e5 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -22,7 +22,9 @@ class Parsedown static function instance($name = 'default') { if (isset(self::$instances[$name])) + { return self::$instances[$name]; + } $instance = new Parsedown();