Make `lines` protected to allow for extendability

This commit is contained in:
Andy Miller 2015-12-17 10:46:04 -07:00
parent 0f974bf34f
commit b166cab9a2
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Parsedown
# Blocks
#
private function lines(array $lines)
protected function lines(array $lines)
{
$CurrentBlock = null;