mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Make lines
protected to allow for extendability
This commit is contained in:
parent
0f974bf34f
commit
b166cab9a2
@ -115,7 +115,7 @@ class Parsedown
|
||||
# Blocks
|
||||
#
|
||||
|
||||
private function lines(array $lines)
|
||||
protected function lines(array $lines)
|
||||
{
|
||||
$CurrentBlock = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user