Restore existence of protected API methods

This commit is contained in:
Aidan Woods 2018-06-07 19:47:09 +01:00
parent 1f69f7e697
commit 0b1e6b8c86
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -391,6 +391,11 @@ class Parsedown
} }
} }
protected function blockCodeComplete($Block)
{
return $Block;
}
# #
# Comment # Comment
@ -508,6 +513,11 @@ class Parsedown
return $Block; return $Block;
} }
protected function blockFencedCodeComplete($Block)
{
return $Block;
}
# #
# Header # Header