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

Compare commits

...

3 Commits

Author SHA1 Message Date
Aidan Woods
c26a2ee4bf Bump beta version 2018-06-11 19:15:32 +01:00
Aidan Woods
ba3b60d6e4 Merge pull request #641 from aidantwoods/fix/api-stability-complete-function-removal
Restore existence of protected API methods
2018-06-08 14:38:42 +01:00
Aidan Woods
0b1e6b8c86 Restore existence of protected API methods 2018-06-07 19:47:09 +01:00

View File

@@ -17,7 +17,7 @@ class Parsedown
{
# ~
const version = '1.8.0-beta-4';
const version = '1.8.0-beta-5';
# ~
@@ -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