From 490a8f35a4163f59230f53c34f1fbb22a864c01e Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Wed, 9 Mar 2016 19:02:39 +0200 Subject: [PATCH] remove incompatible comment --- Parsedown.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index 6ffb402..646af86 100644 --- a/Parsedown.php +++ b/Parsedown.php @@ -278,9 +278,6 @@ class Parsedown return $markup; } - # - # Allow for plugin extensibility - # protected function isBlockContinuable($Type) { return method_exists($this, 'block'.$Type.'Continue');