mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Compare commits
3 Commits
1.8.0-beta
...
1.8.0-beta
Author | SHA1 | Date | |
---|---|---|---|
c26a2ee4bf | |||
ba3b60d6e4 | |||
0b1e6b8c86 |
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user