Merge pull request #641 from aidantwoods/fix/api-stability-complete-function-removal

Restore existence of protected API methods
This commit is contained in:
Aidan Woods 2018-06-08 14:38:42 +01:00 committed by GitHub
commit ba3b60d6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

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