1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

remove incompatible comment

This commit is contained in:
Emanuil Rusev 2016-03-09 19:02:39 +02:00
parent 94688f21cc
commit 490a8f35a4

View File

@ -278,9 +278,6 @@ class Parsedown
return $markup;
}
#
# Allow for plugin extensibility
#
protected function isBlockContinuable($Type)
{
return method_exists($this, 'block'.$Type.'Continue');