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:
parent
94688f21cc
commit
490a8f35a4
@ -278,9 +278,6 @@ class Parsedown
|
|||||||
return $markup;
|
return $markup;
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
|
||||||
# Allow for plugin extensibility
|
|
||||||
#
|
|
||||||
protected function isBlockContinuable($Type)
|
protected function isBlockContinuable($Type)
|
||||||
{
|
{
|
||||||
return method_exists($this, 'block'.$Type.'Continue');
|
return method_exists($this, 'block'.$Type.'Continue');
|
||||||
|
Loading…
Reference in New Issue
Block a user